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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=40",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 41,
    "results": [
        {
            "start": 820890881,
            "stop": 820891273
        },
        {
            "start": 820891309,
            "stop": 820891310
        },
        {
            "start": 820891561,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893493
        },
        {
            "start": 820893539,
            "stop": 820893540
        },
        {
            "start": 820893730,
            "stop": 820893793
        },
        {
            "start": 820893794,
            "stop": 820893795
        },
        {
            "start": 820893936,
            "stop": 820894054
        },
        {
            "start": 820894058,
            "stop": 820894064
        },
        {
            "start": 820894068,
            "stop": 820894074
        },
        {
            "start": 820894078,
            "stop": 820894094
        },
        {
            "start": 820894098,
            "stop": 820894118
        },
        {
            "start": 820894122,
            "stop": 820894125
        },
        {
            "start": 820895941,
            "stop": 820895946
        },
        {
            "start": 820895954,
            "stop": 820896138
        },
        {
            "start": 820896142,
            "stop": 820896335
        }
    ]
}