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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=2",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 3,
    "results": [
        {
            "start": 931082775,
            "stop": 931082777
        },
        {
            "start": 931082779,
            "stop": 931082783
        },
        {
            "start": 931082784,
            "stop": 931082823
        },
        {
            "start": 931082825,
            "stop": 931082945
        },
        {
            "start": 931082947,
            "stop": 931082985
        },
        {
            "start": 931083002,
            "stop": 931083068
        },
        {
            "start": 931083069,
            "stop": 931083163
        },
        {
            "start": 931083169,
            "stop": 931083195
        },
        {
            "start": 931083197,
            "stop": 931083216
        },
        {
            "start": 931083234,
            "stop": 931083305
        },
        {
            "start": 931083308,
            "stop": 931083757
        },
        {
            "start": 931083775,
            "stop": 931083851
        },
        {
            "start": 931084877,
            "stop": 931084890
        },
        {
            "start": 931084927,
            "stop": 931084938
        },
        {
            "start": 931084956,
            "stop": 931084971
        },
        {
            "start": 931084988,
            "stop": 931085003
        },
        {
            "start": 931085021,
            "stop": 931085029
        },
        {
            "start": 931085071,
            "stop": 931085198
        },
        {
            "start": 931085216,
            "stop": 931085415
        },
        {
            "start": 931085432,
            "stop": 931085621
        }
    ]
}