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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3681",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3679",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3680,
    "results": [
        {
            "start": 970854796,
            "stop": 970854976
        },
        {
            "start": 970855038,
            "stop": 970855039
        },
        {
            "start": 970855042,
            "stop": 970855136
        },
        {
            "start": 970855139,
            "stop": 970855156
        },
        {
            "start": 970855337,
            "stop": 970855396
        },
        {
            "start": 970855636,
            "stop": 970855816
        },
        {
            "start": 970856116,
            "stop": 970856132
        },
        {
            "start": 970856135,
            "stop": 970856220
        },
        {
            "start": 970856223,
            "stop": 970856378
        },
        {
            "start": 970856384,
            "stop": 970856416
        },
        {
            "start": 970856536,
            "stop": 970856830
        },
        {
            "start": 970856833,
            "stop": 970856838
        },
        {
            "start": 970856839,
            "stop": 970856843
        },
        {
            "start": 970856847,
            "stop": 970856896
        },
        {
            "start": 970856956,
            "stop": 970856961
        },
        {
            "start": 970856967,
            "stop": 970856974
        },
        {
            "start": 970856977,
            "stop": 970856992
        },
        {
            "start": 970856995,
            "stop": 970857002
        },
        {
            "start": 970857005,
            "stop": 970857161
        },
        {
            "start": 970857164,
            "stop": 970857242
        }
    ]
}