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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8893",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8894,
    "results": [
        {
            "start": 875219191,
            "stop": 875219800
        },
        {
            "start": 875219920,
            "stop": 875220120
        },
        {
            "start": 875220127,
            "stop": 875220209
        },
        {
            "start": 875220220,
            "stop": 875221419
        },
        {
            "start": 875221427,
            "stop": 875221943
        },
        {
            "start": 875221950,
            "stop": 875222516
        },
        {
            "start": 875222523,
            "stop": 875222562
        },
        {
            "start": 875222682,
            "stop": 875222880
        },
        {
            "start": 875222940,
            "stop": 875223495
        },
        {
            "start": 875223502,
            "stop": 875224850
        },
        {
            "start": 875224997,
            "stop": 875225196
        },
        {
            "start": 875225316,
            "stop": 875225370
        },
        {
            "start": 875225377,
            "stop": 875226026
        },
        {
            "start": 875226033,
            "stop": 875226066
        },
        {
            "start": 875226074,
            "stop": 875226875
        },
        {
            "start": 875226882,
            "stop": 875226890
        },
        {
            "start": 875226970,
            "stop": 875227074
        },
        {
            "start": 875227081,
            "stop": 875227108
        },
        {
            "start": 875227115,
            "stop": 875227157
        },
        {
            "start": 875227294,
            "stop": 875227332
        }
    ]
}