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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 191,
    "results": [
        {
            "start": 1374686842,
            "stop": 1374688493
        },
        {
            "start": 1374688494,
            "stop": 1374688825
        },
        {
            "start": 1374688828,
            "stop": 1374689458
        },
        {
            "start": 1374689460,
            "stop": 1374693105
        },
        {
            "start": 1374693107,
            "stop": 1374694692
        },
        {
            "start": 1374694694,
            "stop": 1374696147
        },
        {
            "start": 1374696149,
            "stop": 1374700085
        },
        {
            "start": 1374700087,
            "stop": 1374700488
        },
        {
            "start": 1374700490,
            "stop": 1374701383
        },
        {
            "start": 1374701384,
            "stop": 1374701788
        },
        {
            "start": 1374701792,
            "stop": 1374702053
        },
        {
            "start": 1374702055,
            "stop": 1374703275
        },
        {
            "start": 1374703278,
            "stop": 1374703417
        },
        {
            "start": 1374703419,
            "stop": 1374704320
        },
        {
            "start": 1374704322,
            "stop": 1374704789
        },
        {
            "start": 1374704791,
            "stop": 1374705074
        },
        {
            "start": 1374705075,
            "stop": 1374705612
        },
        {
            "start": 1374705614,
            "stop": 1374708935
        },
        {
            "start": 1374708937,
            "stop": 1374711436
        },
        {
            "start": 1374711438,
            "stop": 1374711997
        }
    ]
}