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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6202",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6203,
    "results": [
        {
            "start": 874606414,
            "stop": 874606833
        },
        {
            "start": 874606834,
            "stop": 874608856
        },
        {
            "start": 874608859,
            "stop": 874608860
        },
        {
            "start": 874608863,
            "stop": 874611681
        },
        {
            "start": 874611688,
            "stop": 874611712
        },
        {
            "start": 874611715,
            "stop": 874612267
        },
        {
            "start": 874612268,
            "stop": 874612457
        },
        {
            "start": 874612459,
            "stop": 874612856
        },
        {
            "start": 874612859,
            "stop": 874613259
        },
        {
            "start": 874613260,
            "stop": 874613388
        },
        {
            "start": 874613389,
            "stop": 874615867
        },
        {
            "start": 874615870,
            "stop": 874616068
        },
        {
            "start": 874616070,
            "stop": 874616278
        },
        {
            "start": 874616282,
            "stop": 874616568
        },
        {
            "start": 874617160,
            "stop": 874617741
        },
        {
            "start": 874617744,
            "stop": 874619063
        },
        {
            "start": 874619064,
            "stop": 874620873
        },
        {
            "start": 874620875,
            "stop": 874620936
        },
        {
            "start": 874620937,
            "stop": 874621865
        },
        {
            "start": 874621866,
            "stop": 874622732
        }
    ]
}