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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=147",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 148,
    "results": [
        {
            "start": 931487504,
            "stop": 931487525
        },
        {
            "start": 931487528,
            "stop": 931487531
        },
        {
            "start": 931487533,
            "stop": 931487542
        },
        {
            "start": 931487546,
            "stop": 931487551
        },
        {
            "start": 931487552,
            "stop": 931487554
        },
        {
            "start": 931487558,
            "stop": 931487563
        },
        {
            "start": 931487565,
            "stop": 931487575
        },
        {
            "start": 931487577,
            "stop": 931487583
        },
        {
            "start": 931487585,
            "stop": 931487587
        },
        {
            "start": 931487597,
            "stop": 931487615
        },
        {
            "start": 931487618,
            "stop": 931487619
        },
        {
            "start": 931487620,
            "stop": 931487622
        },
        {
            "start": 931487624,
            "stop": 931487631
        },
        {
            "start": 931487634,
            "stop": 931487638
        },
        {
            "start": 931487639,
            "stop": 931487640
        },
        {
            "start": 931487642,
            "stop": 931487644
        },
        {
            "start": 931487645,
            "stop": 931487649
        },
        {
            "start": 931487650,
            "stop": 931487654
        },
        {
            "start": 931487656,
            "stop": 931487678
        },
        {
            "start": 931487680,
            "stop": 931487686
        }
    ]
}