Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=11",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 12,
    "results": [
        {
            "start": 816197241,
            "stop": 816211279
        },
        {
            "start": 816213644,
            "stop": 816219605
        },
        {
            "start": 816219606,
            "stop": 816221610
        },
        {
            "start": 816221882,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816246468
        },
        {
            "start": 816246481,
            "stop": 816250080
        },
        {
            "start": 816250093,
            "stop": 816252696
        },
        {
            "start": 816252697,
            "stop": 816253397
        },
        {
            "start": 816253410,
            "stop": 816265989
        },
        {
            "start": 816266002,
            "stop": 816271959
        },
        {
            "start": 816271971,
            "stop": 816280384
        },
        {
            "start": 816280891,
            "stop": 816281031
        },
        {
            "start": 816281043,
            "stop": 816281278
        },
        {
            "start": 816281285,
            "stop": 816283899
        },
        {
            "start": 816283912,
            "stop": 816290458
        },
        {
            "start": 816303496,
            "stop": 816303768
        },
        {
            "start": 816303781,
            "stop": 816304428
        },
        {
            "start": 816304441,
            "stop": 816317565
        },
        {
            "start": 816317578,
            "stop": 816319578
        },
        {
            "start": 816319591,
            "stop": 816323692
        }
    ]
}