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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=563",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 564,
    "results": [
        {
            "start": 834844327,
            "stop": 834846570
        },
        {
            "start": 834849257,
            "stop": 834851086
        },
        {
            "start": 834868979,
            "stop": 834874362
        },
        {
            "start": 834874380,
            "stop": 834932827
        },
        {
            "start": 834932837,
            "stop": 834932853
        },
        {
            "start": 834932859,
            "stop": 834953268
        },
        {
            "start": 834955380,
            "stop": 834963577
        },
        {
            "start": 834964357,
            "stop": 834983667
        },
        {
            "start": 834983699,
            "stop": 834985758
        },
        {
            "start": 834995606,
            "stop": 835009413
        },
        {
            "start": 835011074,
            "stop": 835020089
        },
        {
            "start": 835021487,
            "stop": 835029478
        },
        {
            "start": 835029484,
            "stop": 835039738
        },
        {
            "start": 835041483,
            "stop": 835045267
        },
        {
            "start": 835045273,
            "stop": 835047601
        },
        {
            "start": 835047607,
            "stop": 835047617
        },
        {
            "start": 835047633,
            "stop": 835049426
        },
        {
            "start": 835049431,
            "stop": 835049441
        },
        {
            "start": 835049446,
            "stop": 835099650
        },
        {
            "start": 835100575,
            "stop": 835100815
        }
    ]
}