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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=98",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 99,
    "results": [
        {
            "start": 931617437,
            "stop": 931617438
        },
        {
            "start": 931617452,
            "stop": 931617453
        },
        {
            "start": 931617463,
            "stop": 931617464
        },
        {
            "start": 931617506,
            "stop": 931617508
        },
        {
            "start": 931617509,
            "stop": 931617511
        },
        {
            "start": 931617521,
            "stop": 931617532
        },
        {
            "start": 931617535,
            "stop": 931617548
        },
        {
            "start": 931617552,
            "stop": 931617563
        },
        {
            "start": 931617567,
            "stop": 931617573
        },
        {
            "start": 931617583,
            "stop": 931617584
        },
        {
            "start": 931617589,
            "stop": 931617604
        },
        {
            "start": 931617608,
            "stop": 931617642
        },
        {
            "start": 931617646,
            "stop": 931617647
        },
        {
            "start": 931617649,
            "stop": 931617877
        },
        {
            "start": 931617879,
            "stop": 931617883
        },
        {
            "start": 931617885,
            "stop": 931618003
        },
        {
            "start": 931618021,
            "stop": 931618063
        },
        {
            "start": 931618066,
            "stop": 931618166
        },
        {
            "start": 931618185,
            "stop": 931618493
        },
        {
            "start": 931618511,
            "stop": 931618672
        }
    ]
}