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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=187",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 188,
    "results": [
        {
            "start": 931434306,
            "stop": 931434307
        },
        {
            "start": 931434312,
            "stop": 931434318
        },
        {
            "start": 931434320,
            "stop": 931434322
        },
        {
            "start": 931434327,
            "stop": 931434331
        },
        {
            "start": 931434333,
            "stop": 931434339
        },
        {
            "start": 931434345,
            "stop": 931434349
        },
        {
            "start": 931434352,
            "stop": 931434362
        },
        {
            "start": 931434364,
            "stop": 931434367
        },
        {
            "start": 931434369,
            "stop": 931434372
        },
        {
            "start": 931434374,
            "stop": 931434375
        },
        {
            "start": 931434377,
            "stop": 931434382
        },
        {
            "start": 931434383,
            "stop": 931434387
        },
        {
            "start": 931434389,
            "stop": 931434395
        },
        {
            "start": 931434397,
            "stop": 931434400
        },
        {
            "start": 931434405,
            "stop": 931434433
        },
        {
            "start": 931434435,
            "stop": 931434440
        },
        {
            "start": 931434442,
            "stop": 931434447
        },
        {
            "start": 931434452,
            "stop": 931434473
        },
        {
            "start": 931434475,
            "stop": 931434476
        },
        {
            "start": 931434481,
            "stop": 931434487
        }
    ]
}