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=2127
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=2128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2126",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2127,
    "results": [
        {
            "start": 872182022,
            "stop": 872182086
        },
        {
            "start": 872182105,
            "stop": 872182233
        },
        {
            "start": 872182252,
            "stop": 872182552
        },
        {
            "start": 872182571,
            "stop": 872182637
        },
        {
            "start": 872182659,
            "stop": 872182930
        },
        {
            "start": 872182949,
            "stop": 872183031
        },
        {
            "start": 872183050,
            "stop": 872183225
        },
        {
            "start": 872183253,
            "stop": 872183339
        },
        {
            "start": 872183358,
            "stop": 872183388
        },
        {
            "start": 872183429,
            "stop": 872183473
        },
        {
            "start": 872183492,
            "stop": 872183506
        },
        {
            "start": 872183526,
            "stop": 872183529
        },
        {
            "start": 872183548,
            "stop": 872183551
        },
        {
            "start": 872183571,
            "stop": 872183610
        },
        {
            "start": 872183629,
            "stop": 872183661
        },
        {
            "start": 872183690,
            "stop": 872183731
        },
        {
            "start": 872183764,
            "stop": 872183786
        },
        {
            "start": 872183819,
            "stop": 872183917
        },
        {
            "start": 872183965,
            "stop": 872184066
        },
        {
            "start": 872184085,
            "stop": 872184109
        }
    ]
}