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=456
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=457",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=455",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 456,
    "results": [
        {
            "start": 872128924,
            "stop": 872128980
        },
        {
            "start": 872128985,
            "stop": 872128989
        },
        {
            "start": 872128995,
            "stop": 872129014
        },
        {
            "start": 872129024,
            "stop": 872129152
        },
        {
            "start": 872129167,
            "stop": 872129185
        },
        {
            "start": 872129190,
            "stop": 872129271
        },
        {
            "start": 872129281,
            "stop": 872129308
        },
        {
            "start": 872129314,
            "stop": 872129337
        },
        {
            "start": 872129343,
            "stop": 872129352
        },
        {
            "start": 872129357,
            "stop": 872129461
        },
        {
            "start": 872129472,
            "stop": 872129621
        },
        {
            "start": 872129627,
            "stop": 872129641
        },
        {
            "start": 872129647,
            "stop": 872129751
        },
        {
            "start": 872129766,
            "stop": 872129814
        },
        {
            "start": 872129819,
            "stop": 872129881
        },
        {
            "start": 872130812,
            "stop": 872130900
        },
        {
            "start": 872130905,
            "stop": 872131116
        },
        {
            "start": 872131121,
            "stop": 872131126
        },
        {
            "start": 872131135,
            "stop": 872131274
        },
        {
            "start": 872131279,
            "stop": 872131312
        }
    ]
}