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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7364",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7365,
    "results": [
        {
            "start": 969425872,
            "stop": 969426622
        },
        {
            "start": 969426690,
            "stop": 969426881
        },
        {
            "start": 969426902,
            "stop": 969426920
        },
        {
            "start": 969426961,
            "stop": 969426967
        },
        {
            "start": 969426988,
            "stop": 969427073
        },
        {
            "start": 969427094,
            "stop": 969427235
        },
        {
            "start": 969427256,
            "stop": 969427353
        },
        {
            "start": 969427356,
            "stop": 969427436
        },
        {
            "start": 969427439,
            "stop": 969427495
        },
        {
            "start": 969427498,
            "stop": 969427531
        },
        {
            "start": 969427534,
            "stop": 969427681
        },
        {
            "start": 969427684,
            "stop": 969427805
        },
        {
            "start": 969427826,
            "stop": 969428014
        },
        {
            "start": 969428039,
            "stop": 969428325
        },
        {
            "start": 969428328,
            "stop": 969428377
        },
        {
            "start": 969428380,
            "stop": 969428600
        },
        {
            "start": 969428603,
            "stop": 969428690
        },
        {
            "start": 969428693,
            "stop": 969428901
        },
        {
            "start": 969428904,
            "stop": 969428999
        },
        {
            "start": 969429020,
            "stop": 969429041
        }
    ]
}