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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=32",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 33,
    "results": [
        {
            "start": 931768704,
            "stop": 931768718
        },
        {
            "start": 931768810,
            "stop": 931768813
        },
        {
            "start": 931768868,
            "stop": 931768869
        },
        {
            "start": 931769073,
            "stop": 931769107
        },
        {
            "start": 931769268,
            "stop": 931769271
        },
        {
            "start": 931769592,
            "stop": 931769624
        },
        {
            "start": 931769643,
            "stop": 931769662
        },
        {
            "start": 931769774,
            "stop": 931769779
        },
        {
            "start": 931770266,
            "stop": 931770268
        },
        {
            "start": 931770313,
            "stop": 931770316
        },
        {
            "start": 931770474,
            "stop": 931770488
        },
        {
            "start": 931770686,
            "stop": 931770697
        },
        {
            "start": 931770716,
            "stop": 931770725
        },
        {
            "start": 931770744,
            "stop": 931770748
        },
        {
            "start": 931770876,
            "stop": 931770894
        },
        {
            "start": 931770969,
            "stop": 931770973
        },
        {
            "start": 931770997,
            "stop": 931771000
        },
        {
            "start": 931771079,
            "stop": 931771087
        },
        {
            "start": 931771186,
            "stop": 931771220
        },
        {
            "start": 931771391,
            "stop": 931771397
        }
    ]
}