Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=142
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=141",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 142,
    "results": [
        {
            "start": 931466529,
            "stop": 931466575
        },
        {
            "start": 931466577,
            "stop": 931466583
        },
        {
            "start": 931466587,
            "stop": 931466590
        },
        {
            "start": 931466593,
            "stop": 931466696
        },
        {
            "start": 931466698,
            "stop": 931466731
        },
        {
            "start": 931466733,
            "stop": 931466743
        },
        {
            "start": 931466744,
            "stop": 931466756
        },
        {
            "start": 931466758,
            "stop": 931466889
        },
        {
            "start": 931466891,
            "stop": 931466892
        },
        {
            "start": 931466893,
            "stop": 931466931
        },
        {
            "start": 931466933,
            "stop": 931467132
        },
        {
            "start": 931467133,
            "stop": 931467139
        },
        {
            "start": 931467141,
            "stop": 931467154
        },
        {
            "start": 931467156,
            "stop": 931467167
        },
        {
            "start": 931467169,
            "stop": 931467172
        },
        {
            "start": 931467173,
            "stop": 931467204
        },
        {
            "start": 931467205,
            "stop": 931467223
        },
        {
            "start": 931467228,
            "stop": 931467234
        },
        {
            "start": 931468817,
            "stop": 931468821
        },
        {
            "start": 931468823,
            "stop": 931468844
        }
    ]
}