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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=104",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 105,
    "results": [
        {
            "start": 825031511,
            "stop": 825031822
        },
        {
            "start": 825031824,
            "stop": 825031854
        },
        {
            "start": 825031856,
            "stop": 825031858
        },
        {
            "start": 825031860,
            "stop": 825031861
        },
        {
            "start": 825031863,
            "stop": 825032010
        },
        {
            "start": 825032369,
            "stop": 825032708
        },
        {
            "start": 825033008,
            "stop": 825035243
        },
        {
            "start": 825035749,
            "stop": 825035751
        },
        {
            "start": 825035861,
            "stop": 825044164
        },
        {
            "start": 825044862,
            "stop": 825045786
        },
        {
            "start": 825045896,
            "stop": 825045985
        },
        {
            "start": 825046285,
            "stop": 825047048
        },
        {
            "start": 825047348,
            "stop": 825047994
        },
        {
            "start": 825048617,
            "stop": 825050129
        },
        {
            "start": 825050567,
            "stop": 825050821
        },
        {
            "start": 825051378,
            "stop": 825082555
        },
        {
            "start": 825082557,
            "stop": 825086600
        },
        {
            "start": 825086608,
            "stop": 825089294
        },
        {
            "start": 825089404,
            "stop": 825089757
        },
        {
            "start": 825090057,
            "stop": 825093208
        }
    ]
}