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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=61",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 62,
    "results": [
        {
            "start": 932073376,
            "stop": 932073378
        },
        {
            "start": 932073379,
            "stop": 932073380
        },
        {
            "start": 932073383,
            "stop": 932073384
        },
        {
            "start": 932073385,
            "stop": 932073393
        },
        {
            "start": 932073394,
            "stop": 932073404
        },
        {
            "start": 932073405,
            "stop": 932073406
        },
        {
            "start": 932073411,
            "stop": 932073415
        },
        {
            "start": 932073416,
            "stop": 932073417
        },
        {
            "start": 932073419,
            "stop": 932073428
        },
        {
            "start": 932073435,
            "stop": 932073442
        },
        {
            "start": 932073444,
            "stop": 932073448
        },
        {
            "start": 932073450,
            "stop": 932073452
        },
        {
            "start": 932073454,
            "stop": 932073465
        },
        {
            "start": 932073468,
            "stop": 932073486
        },
        {
            "start": 932073487,
            "stop": 932073491
        },
        {
            "start": 932073495,
            "stop": 932073497
        },
        {
            "start": 932073498,
            "stop": 932073508
        },
        {
            "start": 932073511,
            "stop": 932073512
        },
        {
            "start": 932073517,
            "stop": 932073524
        },
        {
            "start": 932073526,
            "stop": 932073529
        }
    ]
}