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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=83",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 84,
    "results": [
        {
            "start": 824363311,
            "stop": 824366732
        },
        {
            "start": 824366735,
            "stop": 824367114
        },
        {
            "start": 824367117,
            "stop": 824369206
        },
        {
            "start": 824369209,
            "stop": 824369620
        },
        {
            "start": 824369623,
            "stop": 824372419
        },
        {
            "start": 824372422,
            "stop": 824373060
        },
        {
            "start": 824373542,
            "stop": 824373688
        },
        {
            "start": 824373691,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374117
        },
        {
            "start": 824374120,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824384909
        },
        {
            "start": 824384912,
            "stop": 824390242
        },
        {
            "start": 824390352,
            "stop": 824392362
        },
        {
            "start": 824392662,
            "stop": 824392834
        },
        {
            "start": 824393134,
            "stop": 824393288
        },
        {
            "start": 824393588,
            "stop": 824397870
        },
        {
            "start": 824408990,
            "stop": 824409037
        },
        {
            "start": 824409905,
            "stop": 824411912
        },
        {
            "start": 824412840,
            "stop": 824413034
        },
        {
            "start": 824413144,
            "stop": 824413308
        }
    ]
}