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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=324",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 325,
    "results": [
        {
            "start": 821748388,
            "stop": 821748403
        },
        {
            "start": 821748406,
            "stop": 821748407
        },
        {
            "start": 821748410,
            "stop": 821748412
        },
        {
            "start": 821748415,
            "stop": 821748428
        },
        {
            "start": 821748431,
            "stop": 821748432
        },
        {
            "start": 821748438,
            "stop": 821748459
        },
        {
            "start": 821748462,
            "stop": 821748468
        },
        {
            "start": 821748471,
            "stop": 821748504
        },
        {
            "start": 821748508,
            "stop": 821748532
        },
        {
            "start": 821748535,
            "stop": 821748566
        },
        {
            "start": 821748569,
            "stop": 821748602
        },
        {
            "start": 821748605,
            "stop": 821748633
        },
        {
            "start": 821748639,
            "stop": 821748656
        },
        {
            "start": 821748659,
            "stop": 821748673
        },
        {
            "start": 821748676,
            "stop": 821748685
        },
        {
            "start": 821748688,
            "stop": 821748701
        },
        {
            "start": 821748704,
            "stop": 821748706
        },
        {
            "start": 821748709,
            "stop": 821748712
        },
        {
            "start": 821748718,
            "stop": 821748728
        },
        {
            "start": 821748731,
            "stop": 821748732
        }
    ]
}