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=33316
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=33317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33315",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33316,
    "results": [
        {
            "start": 971012496,
            "stop": 971012498
        },
        {
            "start": 971012500,
            "stop": 971012503
        },
        {
            "start": 971012506,
            "stop": 971012511
        },
        {
            "start": 971012512,
            "stop": 971012515
        },
        {
            "start": 971012517,
            "stop": 971012519
        },
        {
            "start": 971012522,
            "stop": 971012535
        },
        {
            "start": 971012536,
            "stop": 971012558
        },
        {
            "start": 971012560,
            "stop": 971012571
        },
        {
            "start": 971012574,
            "stop": 971012580
        },
        {
            "start": 971012582,
            "stop": 971012585
        },
        {
            "start": 971012586,
            "stop": 971012587
        },
        {
            "start": 971012588,
            "stop": 971012602
        },
        {
            "start": 971012603,
            "stop": 971012609
        },
        {
            "start": 971012610,
            "stop": 971012624
        },
        {
            "start": 971012625,
            "stop": 971012627
        },
        {
            "start": 971012631,
            "stop": 971012639
        },
        {
            "start": 971012642,
            "stop": 971012655
        },
        {
            "start": 971012660,
            "stop": 971012664
        },
        {
            "start": 971012666,
            "stop": 971012670
        },
        {
            "start": 971012671,
            "stop": 971012683
        }
    ]
}