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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=207",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 208,
    "results": [
        {
            "start": 820365900,
            "stop": 820366214
        },
        {
            "start": 820366222,
            "stop": 820367196
        },
        {
            "start": 820367203,
            "stop": 820367390
        },
        {
            "start": 820367397,
            "stop": 820367628
        },
        {
            "start": 820367635,
            "stop": 820368558
        },
        {
            "start": 820368565,
            "stop": 820368606
        },
        {
            "start": 820368613,
            "stop": 820368980
        },
        {
            "start": 820368987,
            "stop": 820369608
        },
        {
            "start": 820369616,
            "stop": 820370099
        },
        {
            "start": 820370106,
            "stop": 820370781
        },
        {
            "start": 820370788,
            "stop": 820370956
        },
        {
            "start": 820370963,
            "stop": 820371589
        },
        {
            "start": 820371597,
            "stop": 820372153
        },
        {
            "start": 820373453,
            "stop": 820373632
        },
        {
            "start": 820373639,
            "stop": 820373771
        },
        {
            "start": 820373779,
            "stop": 820373848
        },
        {
            "start": 820373855,
            "stop": 820374682
        },
        {
            "start": 820374689,
            "stop": 820375008
        },
        {
            "start": 820375015,
            "stop": 820375332
        },
        {
            "start": 820375339,
            "stop": 820377610
        }
    ]
}