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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=73",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 74,
    "results": [
        {
            "start": 817433640,
            "stop": 817434917
        },
        {
            "start": 817435037,
            "stop": 817435344
        },
        {
            "start": 817435464,
            "stop": 817436258
        },
        {
            "start": 817436453,
            "stop": 817436935
        },
        {
            "start": 817436952,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817439904
        },
        {
            "start": 817440480,
            "stop": 817441793
        },
        {
            "start": 817441913,
            "stop": 817442314
        },
        {
            "start": 817443515,
            "stop": 817444740
        },
        {
            "start": 817444860,
            "stop": 817445565
        },
        {
            "start": 817445685,
            "stop": 817446799
        },
        {
            "start": 817446919,
            "stop": 817447380
        },
        {
            "start": 817447440,
            "stop": 817447648
        },
        {
            "start": 817448270,
            "stop": 817448352
        },
        {
            "start": 817448864,
            "stop": 817449567
        },
        {
            "start": 817459821,
            "stop": 817461138
        },
        {
            "start": 817461258,
            "stop": 817462496
        },
        {
            "start": 817462528,
            "stop": 817462843
        },
        {
            "start": 817463084,
            "stop": 817465260
        },
        {
            "start": 817465320,
            "stop": 817471740
        }
    ]
}