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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=456",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 457,
    "results": [
        {
            "start": 872131317,
            "stop": 872131399
        },
        {
            "start": 872131404,
            "stop": 872131450
        },
        {
            "start": 872131456,
            "stop": 872131460
        },
        {
            "start": 872131466,
            "stop": 872131590
        },
        {
            "start": 872131601,
            "stop": 872131983
        },
        {
            "start": 872131988,
            "stop": 872132002
        },
        {
            "start": 872132008,
            "stop": 872132141
        },
        {
            "start": 872132147,
            "stop": 872132282
        },
        {
            "start": 872132292,
            "stop": 872132305
        },
        {
            "start": 872132311,
            "stop": 872132742
        },
        {
            "start": 872132748,
            "stop": 872167766
        },
        {
            "start": 872169416,
            "stop": 872171048
        },
        {
            "start": 872171171,
            "stop": 872201817
        },
        {
            "start": 872202724,
            "stop": 872213353
        },
        {
            "start": 872213359,
            "stop": 872213367
        },
        {
            "start": 872213377,
            "stop": 872213420
        },
        {
            "start": 872213426,
            "stop": 872213473
        },
        {
            "start": 872213478,
            "stop": 872213549
        },
        {
            "start": 872213555,
            "stop": 872213869
        },
        {
            "start": 872213874,
            "stop": 872214929
        }
    ]
}