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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=308",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 309,
    "results": [
        {
            "start": 823033993,
            "stop": 823034019
        },
        {
            "start": 823034033,
            "stop": 823036508
        },
        {
            "start": 823059305,
            "stop": 823059346
        },
        {
            "start": 823059352,
            "stop": 823059487
        },
        {
            "start": 823059494,
            "stop": 823059682
        },
        {
            "start": 823059689,
            "stop": 823059703
        },
        {
            "start": 823059708,
            "stop": 823059808
        },
        {
            "start": 823059813,
            "stop": 823059869
        },
        {
            "start": 823059874,
            "stop": 823060116
        },
        {
            "start": 823060122,
            "stop": 823060189
        },
        {
            "start": 823060194,
            "stop": 823060431
        },
        {
            "start": 823060436,
            "stop": 823060466
        },
        {
            "start": 823060471,
            "stop": 823060565
        },
        {
            "start": 823060571,
            "stop": 823060703
        },
        {
            "start": 823060708,
            "stop": 823060793
        },
        {
            "start": 823060798,
            "stop": 823060901
        },
        {
            "start": 823060906,
            "stop": 823061030
        },
        {
            "start": 823061042,
            "stop": 823061338
        },
        {
            "start": 823061343,
            "stop": 823061418
        },
        {
            "start": 823061424,
            "stop": 823061462
        }
    ]
}