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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=79",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 80,
    "results": [
        {
            "start": 821308615,
            "stop": 821308907
        },
        {
            "start": 821308910,
            "stop": 821308913
        },
        {
            "start": 821308916,
            "stop": 821309272
        },
        {
            "start": 821309275,
            "stop": 821309309
        },
        {
            "start": 821309312,
            "stop": 821309657
        },
        {
            "start": 821309660,
            "stop": 821310121
        },
        {
            "start": 821310124,
            "stop": 821310503
        },
        {
            "start": 821310506,
            "stop": 821311098
        },
        {
            "start": 821311101,
            "stop": 821311211
        },
        {
            "start": 821311214,
            "stop": 821312144
        },
        {
            "start": 821312151,
            "stop": 821313867
        },
        {
            "start": 821313870,
            "stop": 821314580
        },
        {
            "start": 821314583,
            "stop": 821317023
        },
        {
            "start": 821317026,
            "stop": 821317426
        },
        {
            "start": 821317429,
            "stop": 821317469
        },
        {
            "start": 821317472,
            "stop": 821317560
        },
        {
            "start": 821317563,
            "stop": 821317632
        },
        {
            "start": 821317635,
            "stop": 821317867
        },
        {
            "start": 821317870,
            "stop": 821317996
        },
        {
            "start": 821317999,
            "stop": 821318221
        }
    ]
}