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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10302",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10303,
    "results": [
        {
            "start": 875205441,
            "stop": 875205862
        },
        {
            "start": 875205878,
            "stop": 875205900
        },
        {
            "start": 875206080,
            "stop": 875206173
        },
        {
            "start": 875206180,
            "stop": 875207220
        },
        {
            "start": 875207280,
            "stop": 875207808
        },
        {
            "start": 875207815,
            "stop": 875209380
        },
        {
            "start": 875209500,
            "stop": 875209560
        },
        {
            "start": 875209620,
            "stop": 875209680
        },
        {
            "start": 875210040,
            "stop": 875210157
        },
        {
            "start": 875210165,
            "stop": 875210244
        },
        {
            "start": 875210252,
            "stop": 875210340
        },
        {
            "start": 875210485,
            "stop": 875211540
        },
        {
            "start": 875211600,
            "stop": 875213471
        },
        {
            "start": 875213591,
            "stop": 875214226
        },
        {
            "start": 875214346,
            "stop": 875214480
        },
        {
            "start": 875214540,
            "stop": 875214840
        },
        {
            "start": 875214960,
            "stop": 875215200
        },
        {
            "start": 875215260,
            "stop": 875215380
        },
        {
            "start": 875215440,
            "stop": 875216220
        },
        {
            "start": 875216280,
            "stop": 875216340
        }
    ]
}