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/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=134
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=133",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 134,
    "results": [
        {
            "start": 816829268,
            "stop": 816829293
        },
        {
            "start": 816829298,
            "stop": 816829301
        },
        {
            "start": 816829305,
            "stop": 816829363
        },
        {
            "start": 816829367,
            "stop": 816829424
        },
        {
            "start": 816829429,
            "stop": 816829431
        },
        {
            "start": 816829437,
            "stop": 816829438
        },
        {
            "start": 816829451,
            "stop": 816829452
        },
        {
            "start": 816829459,
            "stop": 816829460
        },
        {
            "start": 816829465,
            "stop": 816829485
        },
        {
            "start": 816829495,
            "stop": 816829501
        },
        {
            "start": 816829506,
            "stop": 816829531
        },
        {
            "start": 816829535,
            "stop": 816829573
        },
        {
            "start": 816829581,
            "stop": 816829608
        },
        {
            "start": 816829623,
            "stop": 816829633
        },
        {
            "start": 816829639,
            "stop": 816829655
        },
        {
            "start": 816829663,
            "stop": 816829716
        },
        {
            "start": 816829719,
            "stop": 816829746
        },
        {
            "start": 816829751,
            "stop": 816829753
        },
        {
            "start": 816829759,
            "stop": 816829798
        },
        {
            "start": 816829802,
            "stop": 816829803
        }
    ]
}