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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=267",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 268,
    "results": [
        {
            "start": 935132652,
            "stop": 935134803
        },
        {
            "start": 935134806,
            "stop": 935136137
        },
        {
            "start": 935136139,
            "stop": 935136156
        },
        {
            "start": 935136158,
            "stop": 935136160
        },
        {
            "start": 935136162,
            "stop": 935136167
        },
        {
            "start": 935136171,
            "stop": 935136215
        },
        {
            "start": 935136217,
            "stop": 935136222
        },
        {
            "start": 935136224,
            "stop": 935136238
        },
        {
            "start": 935136243,
            "stop": 935139757
        },
        {
            "start": 935139761,
            "stop": 935139769
        },
        {
            "start": 935139771,
            "stop": 935139784
        },
        {
            "start": 935139787,
            "stop": 935139791
        },
        {
            "start": 935141699,
            "stop": 935143355
        },
        {
            "start": 935143357,
            "stop": 935143358
        },
        {
            "start": 935143361,
            "stop": 935143368
        },
        {
            "start": 935143370,
            "stop": 935143385
        },
        {
            "start": 935143387,
            "stop": 935143413
        },
        {
            "start": 935143415,
            "stop": 935143418
        },
        {
            "start": 935143421,
            "stop": 935143435
        },
        {
            "start": 935143440,
            "stop": 935146959
        }
    ]
}