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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=52",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 53,
    "results": [
        {
            "start": 817061268,
            "stop": 817061281
        },
        {
            "start": 817061298,
            "stop": 817061304
        },
        {
            "start": 817061312,
            "stop": 817061473
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118487,
            "stop": 817118517
        },
        {
            "start": 817119830,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817119964
        },
        {
            "start": 817119992,
            "stop": 817120015
        },
        {
            "start": 817120051,
            "stop": 817120153
        },
        {
            "start": 817123028,
            "stop": 817123542
        },
        {
            "start": 817123555,
            "stop": 817123754
        },
        {
            "start": 817123762,
            "stop": 817123835
        },
        {
            "start": 817123843,
            "stop": 817124005
        },
        {
            "start": 817124012,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817124931
        },
        {
            "start": 817124960,
            "stop": 817125432
        },
        {
            "start": 817125439,
            "stop": 817125445
        },
        {
            "start": 817125454,
            "stop": 817125466
        },
        {
            "start": 817125473,
            "stop": 817125485
        },
        {
            "start": 817125493,
            "stop": 817125508
        }
    ]
}