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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8362",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8363,
    "results": [
        {
            "start": 874721019,
            "stop": 874721280
        },
        {
            "start": 874721340,
            "stop": 874721781
        },
        {
            "start": 874721801,
            "stop": 874723112
        },
        {
            "start": 874723131,
            "stop": 874725240
        },
        {
            "start": 874725360,
            "stop": 874725363
        },
        {
            "start": 874725382,
            "stop": 874725941
        },
        {
            "start": 874725960,
            "stop": 874726364
        },
        {
            "start": 874726381,
            "stop": 874726660
        },
        {
            "start": 874726677,
            "stop": 874727670
        },
        {
            "start": 874727687,
            "stop": 874727703
        },
        {
            "start": 874727720,
            "stop": 874727958
        },
        {
            "start": 874727978,
            "stop": 874728191
        },
        {
            "start": 874728208,
            "stop": 874728240
        },
        {
            "start": 874728300,
            "stop": 874729405
        },
        {
            "start": 874729424,
            "stop": 874730082
        },
        {
            "start": 874730101,
            "stop": 874730933
        },
        {
            "start": 874730952,
            "stop": 874731167
        },
        {
            "start": 874731186,
            "stop": 874731345
        },
        {
            "start": 874731365,
            "stop": 874731482
        },
        {
            "start": 874731501,
            "stop": 874731575
        }
    ]
}