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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=153",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 154,
    "results": [
        {
            "start": 931491250,
            "stop": 931492100
        },
        {
            "start": 931492101,
            "stop": 931492117
        },
        {
            "start": 931492118,
            "stop": 931492165
        },
        {
            "start": 931492167,
            "stop": 931492642
        },
        {
            "start": 931492644,
            "stop": 931492688
        },
        {
            "start": 931492689,
            "stop": 931492694
        },
        {
            "start": 931492695,
            "stop": 931493240
        },
        {
            "start": 931493243,
            "stop": 931493379
        },
        {
            "start": 931493381,
            "stop": 931493396
        },
        {
            "start": 931493399,
            "stop": 931493408
        },
        {
            "start": 931493410,
            "stop": 931493534
        },
        {
            "start": 931493536,
            "stop": 931493665
        },
        {
            "start": 931493667,
            "stop": 931493683
        },
        {
            "start": 931493684,
            "stop": 931493694
        },
        {
            "start": 931493696,
            "stop": 931493700
        },
        {
            "start": 931493701,
            "stop": 931493791
        },
        {
            "start": 931493793,
            "stop": 931493804
        },
        {
            "start": 931493806,
            "stop": 931493883
        },
        {
            "start": 931493885,
            "stop": 931493975
        },
        {
            "start": 931499526,
            "stop": 931499562
        }
    ]
}