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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=191",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 192,
    "results": [
        {
            "start": 933030890,
            "stop": 933030939
        },
        {
            "start": 933030944,
            "stop": 933032359
        },
        {
            "start": 933032378,
            "stop": 933032652
        },
        {
            "start": 933032684,
            "stop": 933032700
        },
        {
            "start": 933032720,
            "stop": 933032805
        },
        {
            "start": 933032846,
            "stop": 933032849
        },
        {
            "start": 933032892,
            "stop": 933032898
        },
        {
            "start": 933032917,
            "stop": 933032930
        },
        {
            "start": 933032949,
            "stop": 933032995
        },
        {
            "start": 933033035,
            "stop": 933033038
        },
        {
            "start": 933033057,
            "stop": 933033060
        },
        {
            "start": 933033182,
            "stop": 933033190
        },
        {
            "start": 933033209,
            "stop": 933033223
        },
        {
            "start": 933033243,
            "stop": 933033328
        },
        {
            "start": 933033329,
            "stop": 933033375
        },
        {
            "start": 933033510,
            "stop": 933033555
        },
        {
            "start": 933033581,
            "stop": 933033589
        },
        {
            "start": 933033609,
            "stop": 933033676
        },
        {
            "start": 933033778,
            "stop": 933033813
        },
        {
            "start": 933034240,
            "stop": 933034734
        }
    ]
}