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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33307",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33308,
    "results": [
        {
            "start": 971010541,
            "stop": 971010543
        },
        {
            "start": 971010548,
            "stop": 971010552
        },
        {
            "start": 971010555,
            "stop": 971010568
        },
        {
            "start": 971010569,
            "stop": 971010573
        },
        {
            "start": 971010575,
            "stop": 971010579
        },
        {
            "start": 971010582,
            "stop": 971010586
        },
        {
            "start": 971010587,
            "stop": 971010591
        },
        {
            "start": 971010594,
            "stop": 971010597
        },
        {
            "start": 971010602,
            "stop": 971010640
        },
        {
            "start": 971010641,
            "stop": 971010648
        },
        {
            "start": 971010651,
            "stop": 971010661
        },
        {
            "start": 971010662,
            "stop": 971010667
        },
        {
            "start": 971010668,
            "stop": 971010674
        },
        {
            "start": 971010675,
            "stop": 971010681
        },
        {
            "start": 971010684,
            "stop": 971010687
        },
        {
            "start": 971010688,
            "stop": 971010709
        },
        {
            "start": 971010712,
            "stop": 971010714
        },
        {
            "start": 971010718,
            "stop": 971010724
        },
        {
            "start": 971010727,
            "stop": 971010729
        },
        {
            "start": 971010730,
            "stop": 971010737
        }
    ]
}