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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=129",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 130,
    "results": [
        {
            "start": 931353950,
            "stop": 931353951
        },
        {
            "start": 931354071,
            "stop": 931354073
        },
        {
            "start": 931354106,
            "stop": 931354107
        },
        {
            "start": 931354120,
            "stop": 931354121
        },
        {
            "start": 931354139,
            "stop": 931354140
        },
        {
            "start": 931354156,
            "stop": 931354157
        },
        {
            "start": 931354170,
            "stop": 931354171
        },
        {
            "start": 931354208,
            "stop": 931354209
        },
        {
            "start": 931354229,
            "stop": 931354231
        },
        {
            "start": 931354248,
            "stop": 931354250
        },
        {
            "start": 931354265,
            "stop": 931354266
        },
        {
            "start": 931354292,
            "stop": 931354293
        },
        {
            "start": 931354299,
            "stop": 931354300
        },
        {
            "start": 931354313,
            "stop": 931354314
        },
        {
            "start": 931354316,
            "stop": 931354320
        },
        {
            "start": 931354333,
            "stop": 931354334
        },
        {
            "start": 931354336,
            "stop": 931354337
        },
        {
            "start": 931354353,
            "stop": 931354354
        },
        {
            "start": 931354414,
            "stop": 931354415
        },
        {
            "start": 931354418,
            "stop": 931354421
        }
    ]
}