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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=272",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 273,
    "results": [
        {
            "start": 857636218,
            "stop": 857636238
        },
        {
            "start": 857636242,
            "stop": 857636258
        },
        {
            "start": 857636266,
            "stop": 857636310
        },
        {
            "start": 857637670,
            "stop": 857638455
        },
        {
            "start": 857638459,
            "stop": 857638479
        },
        {
            "start": 857638483,
            "stop": 857638498
        },
        {
            "start": 857638512,
            "stop": 857638696
        },
        {
            "start": 857638700,
            "stop": 857638779
        },
        {
            "start": 857638783,
            "stop": 857638896
        },
        {
            "start": 857638899,
            "stop": 857638935
        },
        {
            "start": 857638939,
            "stop": 857638968
        },
        {
            "start": 857638978,
            "stop": 857639136
        },
        {
            "start": 857639140,
            "stop": 857639150
        },
        {
            "start": 857639154,
            "stop": 857639208
        },
        {
            "start": 857639216,
            "stop": 857639256
        },
        {
            "start": 857639260,
            "stop": 857639276
        },
        {
            "start": 857639289,
            "stop": 857639309
        },
        {
            "start": 857642133,
            "stop": 857642310
        },
        {
            "start": 857642338,
            "stop": 857642343
        },
        {
            "start": 857642367,
            "stop": 857642378
        }
    ]
}