Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=316
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=315",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 316,
    "results": [
        {
            "start": 1264900785,
            "stop": 1264900786
        },
        {
            "start": 1264900788,
            "stop": 1264900789
        },
        {
            "start": 1264900790,
            "stop": 1264900791
        },
        {
            "start": 1264900792,
            "stop": 1264900793
        },
        {
            "start": 1264900794,
            "stop": 1264900796
        },
        {
            "start": 1264900798,
            "stop": 1264900799
        },
        {
            "start": 1264900801,
            "stop": 1264900802
        },
        {
            "start": 1264900806,
            "stop": 1264900813
        },
        {
            "start": 1264900814,
            "stop": 1264900835
        },
        {
            "start": 1264900837,
            "stop": 1264900838
        },
        {
            "start": 1264900840,
            "stop": 1264900852
        },
        {
            "start": 1264900856,
            "stop": 1264900859
        },
        {
            "start": 1264900861,
            "stop": 1264900862
        },
        {
            "start": 1264900865,
            "stop": 1264900867
        },
        {
            "start": 1264900868,
            "stop": 1264900884
        },
        {
            "start": 1264900887,
            "stop": 1264900889
        },
        {
            "start": 1264900892,
            "stop": 1264901065
        },
        {
            "start": 1264901066,
            "stop": 1264901392
        },
        {
            "start": 1264901394,
            "stop": 1264901396
        },
        {
            "start": 1264901398,
            "stop": 1264901400
        }
    ]
}