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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=82",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 83,
    "results": [
        {
            "start": 931540152,
            "stop": 931540157
        },
        {
            "start": 931540177,
            "stop": 931540182
        },
        {
            "start": 931540250,
            "stop": 931540259
        },
        {
            "start": 931540354,
            "stop": 931540355
        },
        {
            "start": 931572970,
            "stop": 931572980
        },
        {
            "start": 931572987,
            "stop": 931572992
        },
        {
            "start": 931573007,
            "stop": 931573012
        },
        {
            "start": 931573013,
            "stop": 931573016
        },
        {
            "start": 931573018,
            "stop": 931573021
        },
        {
            "start": 931573274,
            "stop": 931573300
        },
        {
            "start": 931573317,
            "stop": 931573320
        },
        {
            "start": 931573750,
            "stop": 931573789
        },
        {
            "start": 931573806,
            "stop": 931573810
        },
        {
            "start": 931574714,
            "stop": 931574723
        },
        {
            "start": 931574740,
            "stop": 931574745
        },
        {
            "start": 931575130,
            "stop": 931575138
        },
        {
            "start": 931575156,
            "stop": 931575181
        },
        {
            "start": 931576945,
            "stop": 931577453
        },
        {
            "start": 931582611,
            "stop": 931582630
        },
        {
            "start": 931582690,
            "stop": 931582750
        }
    ]
}