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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=64",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 65,
    "results": [
        {
            "start": 816474906,
            "stop": 816474907
        },
        {
            "start": 816474914,
            "stop": 816474917
        },
        {
            "start": 816474920,
            "stop": 816475069
        },
        {
            "start": 816475098,
            "stop": 816475110
        },
        {
            "start": 816475119,
            "stop": 816475120
        },
        {
            "start": 816475128,
            "stop": 816475129
        },
        {
            "start": 816475141,
            "stop": 816475154
        },
        {
            "start": 816475159,
            "stop": 816475207
        },
        {
            "start": 816475212,
            "stop": 816475225
        },
        {
            "start": 816475229,
            "stop": 816475363
        },
        {
            "start": 816475367,
            "stop": 816475387
        },
        {
            "start": 816475393,
            "stop": 816475477
        },
        {
            "start": 816475480,
            "stop": 816475834
        },
        {
            "start": 816475845,
            "stop": 816475886
        },
        {
            "start": 816475891,
            "stop": 816475949
        },
        {
            "start": 816475955,
            "stop": 816475969
        },
        {
            "start": 816475973,
            "stop": 816475977
        },
        {
            "start": 816475982,
            "stop": 816475988
        },
        {
            "start": 816476002,
            "stop": 816476006
        },
        {
            "start": 816476011,
            "stop": 816476055
        }
    ]
}