Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=252",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 253,
    "results": [
        {
            "start": 817885215,
            "stop": 817885242
        },
        {
            "start": 817885247,
            "stop": 817885297
        },
        {
            "start": 817885301,
            "stop": 817885333
        },
        {
            "start": 817885337,
            "stop": 817885442
        },
        {
            "start": 817885461,
            "stop": 817885469
        },
        {
            "start": 817885472,
            "stop": 817885630
        },
        {
            "start": 817885634,
            "stop": 817885669
        },
        {
            "start": 817885717,
            "stop": 817885963
        },
        {
            "start": 817885990,
            "stop": 817886092
        },
        {
            "start": 817886095,
            "stop": 817886159
        },
        {
            "start": 817886178,
            "stop": 817886247
        },
        {
            "start": 817886267,
            "stop": 817886301
        },
        {
            "start": 817886305,
            "stop": 817886344
        },
        {
            "start": 817886365,
            "stop": 817886610
        },
        {
            "start": 817886614,
            "stop": 817886656
        },
        {
            "start": 817886750,
            "stop": 817886777
        },
        {
            "start": 817886780,
            "stop": 817886783
        },
        {
            "start": 817886787,
            "stop": 817886946
        },
        {
            "start": 817886966,
            "stop": 817887030
        },
        {
            "start": 817887034,
            "stop": 817887079
        }
    ]
}