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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8211",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8212,
    "results": [
        {
            "start": 971515487,
            "stop": 971515554
        },
        {
            "start": 971515557,
            "stop": 971515715
        },
        {
            "start": 971515720,
            "stop": 971515754
        },
        {
            "start": 971515757,
            "stop": 971515783
        },
        {
            "start": 971515786,
            "stop": 971515798
        },
        {
            "start": 971515801,
            "stop": 971515802
        },
        {
            "start": 971515805,
            "stop": 971515832
        },
        {
            "start": 971515835,
            "stop": 971515841
        },
        {
            "start": 971515844,
            "stop": 971515848
        },
        {
            "start": 971515854,
            "stop": 971515926
        },
        {
            "start": 971515929,
            "stop": 971516222
        },
        {
            "start": 971516225,
            "stop": 971516296
        },
        {
            "start": 971516299,
            "stop": 971516334
        },
        {
            "start": 971516338,
            "stop": 971516368
        },
        {
            "start": 971516371,
            "stop": 971516566
        },
        {
            "start": 971516572,
            "stop": 971516601
        },
        {
            "start": 971516605,
            "stop": 971516729
        },
        {
            "start": 971516732,
            "stop": 971516774
        },
        {
            "start": 971516777,
            "stop": 971516877
        },
        {
            "start": 971516880,
            "stop": 971517013
        }
    ]
}