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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 112,
    "results": [
        {
            "start": 931349369,
            "stop": 931349372
        },
        {
            "start": 931349374,
            "stop": 931349425
        },
        {
            "start": 931349426,
            "stop": 931349434
        },
        {
            "start": 931349438,
            "stop": 931349499
        },
        {
            "start": 931349500,
            "stop": 931349510
        },
        {
            "start": 931349513,
            "stop": 931349523
        },
        {
            "start": 931349530,
            "stop": 931349532
        },
        {
            "start": 931349536,
            "stop": 931349537
        },
        {
            "start": 931349539,
            "stop": 931349542
        },
        {
            "start": 931349544,
            "stop": 931349561
        },
        {
            "start": 931349562,
            "stop": 931349568
        },
        {
            "start": 931349575,
            "stop": 931349578
        },
        {
            "start": 931349580,
            "stop": 931349634
        },
        {
            "start": 931349637,
            "stop": 931349672
        },
        {
            "start": 931349673,
            "stop": 931349678
        },
        {
            "start": 931349679,
            "stop": 931349720
        },
        {
            "start": 931349722,
            "stop": 931349771
        },
        {
            "start": 931349773,
            "stop": 931349877
        },
        {
            "start": 931349880,
            "stop": 931349915
        },
        {
            "start": 931349918,
            "stop": 931349961
        }
    ]
}