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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=50",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 51,
    "results": [
        {
            "start": 821245531,
            "stop": 821245687
        },
        {
            "start": 821245690,
            "stop": 821245760
        },
        {
            "start": 821245763,
            "stop": 821245796
        },
        {
            "start": 821245799,
            "stop": 821245912
        },
        {
            "start": 821245915,
            "stop": 821245951
        },
        {
            "start": 821245954,
            "stop": 821245996
        },
        {
            "start": 821245999,
            "stop": 821246005
        },
        {
            "start": 821246008,
            "stop": 821246086
        },
        {
            "start": 821246089,
            "stop": 821246219
        },
        {
            "start": 821246222,
            "stop": 821247026
        },
        {
            "start": 821247029,
            "stop": 821247284
        },
        {
            "start": 821247287,
            "stop": 821247530
        },
        {
            "start": 821247533,
            "stop": 821247649
        },
        {
            "start": 821247652,
            "stop": 821247722
        },
        {
            "start": 821247725,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821248249
        },
        {
            "start": 821248252,
            "stop": 821248644
        },
        {
            "start": 821248647,
            "stop": 821249017
        },
        {
            "start": 821249020,
            "stop": 821249097
        },
        {
            "start": 821249100,
            "stop": 821249725
        }
    ]
}