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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7442",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7440",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7441,
    "results": [
        {
            "start": 970004369,
            "stop": 970004387
        },
        {
            "start": 970004567,
            "stop": 970004690
        },
        {
            "start": 970004693,
            "stop": 970004834
        },
        {
            "start": 970004837,
            "stop": 970004975
        },
        {
            "start": 970004979,
            "stop": 970005439
        },
        {
            "start": 970005442,
            "stop": 970005479
        },
        {
            "start": 970005519,
            "stop": 970005854
        },
        {
            "start": 970005857,
            "stop": 970006064
        },
        {
            "start": 970006067,
            "stop": 970006165
        },
        {
            "start": 970006168,
            "stop": 970006233
        },
        {
            "start": 970006236,
            "stop": 970006442
        },
        {
            "start": 970007824,
            "stop": 970008425
        },
        {
            "start": 970008428,
            "stop": 970008624
        },
        {
            "start": 970008664,
            "stop": 970008784
        },
        {
            "start": 970008824,
            "stop": 970008954
        },
        {
            "start": 970008957,
            "stop": 970008965
        },
        {
            "start": 970008968,
            "stop": 970009584
        },
        {
            "start": 970009624,
            "stop": 970009744
        },
        {
            "start": 970009784,
            "stop": 970009928
        },
        {
            "start": 970009931,
            "stop": 970010048
        }
    ]
}