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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=48",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 49,
    "results": [
        {
            "start": 821242735,
            "stop": 821243056
        },
        {
            "start": 821243059,
            "stop": 821243132
        },
        {
            "start": 821243135,
            "stop": 821243197
        },
        {
            "start": 821243200,
            "stop": 821243235
        },
        {
            "start": 821243238,
            "stop": 821243350
        },
        {
            "start": 821243353,
            "stop": 821243471
        },
        {
            "start": 821243474,
            "stop": 821243476
        },
        {
            "start": 821243479,
            "stop": 821243593
        },
        {
            "start": 821243596,
            "stop": 821243779
        },
        {
            "start": 821243782,
            "stop": 821243790
        },
        {
            "start": 821243793,
            "stop": 821243814
        },
        {
            "start": 821243820,
            "stop": 821243827
        },
        {
            "start": 821243830,
            "stop": 821243841
        },
        {
            "start": 821243844,
            "stop": 821243942
        },
        {
            "start": 821243945,
            "stop": 821243974
        },
        {
            "start": 821243977,
            "stop": 821244042
        },
        {
            "start": 821244048,
            "stop": 821244050
        },
        {
            "start": 821244053,
            "stop": 821244150
        },
        {
            "start": 821244153,
            "stop": 821244159
        },
        {
            "start": 821244162,
            "stop": 821244169
        }
    ]
}