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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5184",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5185,
    "results": [
        {
            "start": 874788429,
            "stop": 874788453
        },
        {
            "start": 874788460,
            "stop": 874788588
        },
        {
            "start": 874788595,
            "stop": 874788601
        },
        {
            "start": 874788611,
            "stop": 874788704
        },
        {
            "start": 874788711,
            "stop": 874788714
        },
        {
            "start": 874788724,
            "stop": 874788829
        },
        {
            "start": 874788836,
            "stop": 874788845
        },
        {
            "start": 874788852,
            "stop": 874788870
        },
        {
            "start": 874788877,
            "stop": 874788895
        },
        {
            "start": 874788913,
            "stop": 874788916
        },
        {
            "start": 874788923,
            "stop": 874788932
        },
        {
            "start": 874788939,
            "stop": 874789030
        },
        {
            "start": 874789042,
            "stop": 874789160
        },
        {
            "start": 874789167,
            "stop": 874789170
        },
        {
            "start": 874789177,
            "stop": 874789206
        },
        {
            "start": 874789216,
            "stop": 874789222
        },
        {
            "start": 874789229,
            "stop": 874789272
        },
        {
            "start": 874789279,
            "stop": 874789317
        },
        {
            "start": 874789324,
            "stop": 874789389
        },
        {
            "start": 874789396,
            "stop": 874789437
        }
    ]
}