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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=112",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 113,
    "results": [
        {
            "start": 1410381848,
            "stop": 1410393972
        },
        {
            "start": 1410393976,
            "stop": 1410405835
        },
        {
            "start": 1410405840,
            "stop": 1410411793
        },
        {
            "start": 1410448612,
            "stop": 1410450430
        },
        {
            "start": 1410452836,
            "stop": 1410458638
        },
        {
            "start": 1410458640,
            "stop": 1410469632
        },
        {
            "start": 1410469635,
            "stop": 1410474620
        },
        {
            "start": 1410497870,
            "stop": 1410500321
        },
        {
            "start": 1410500398,
            "stop": 1410501408
        },
        {
            "start": 1410501413,
            "stop": 1410516502
        },
        {
            "start": 1410516507,
            "stop": 1410520590
        },
        {
            "start": 1410520594,
            "stop": 1410523415
        },
        {
            "start": 1410532508,
            "stop": 1410535840
        },
        {
            "start": 1410547331,
            "stop": 1410549181
        },
        {
            "start": 1410549186,
            "stop": 1410562768
        },
        {
            "start": 1410562772,
            "stop": 1410569681
        },
        {
            "start": 1410573811,
            "stop": 1410578986
        },
        {
            "start": 1410578990,
            "stop": 1410580199
        },
        {
            "start": 1410580204,
            "stop": 1410587286
        },
        {
            "start": 1410587291,
            "stop": 1410587333
        }
    ]
}