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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=67",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 68,
    "results": [
        {
            "start": 825472324,
            "stop": 825495433
        },
        {
            "start": 825504637,
            "stop": 825516755
        },
        {
            "start": 825518360,
            "stop": 825518953
        },
        {
            "start": 825520947,
            "stop": 825522599
        },
        {
            "start": 825522673,
            "stop": 825534052
        },
        {
            "start": 825534150,
            "stop": 825536228
        },
        {
            "start": 825537372,
            "stop": 825541153
        },
        {
            "start": 825541187,
            "stop": 825541188
        },
        {
            "start": 825541573,
            "stop": 825541916
        },
        {
            "start": 825544105,
            "stop": 825544201
        },
        {
            "start": 825545254,
            "stop": 825550033
        },
        {
            "start": 825550728,
            "stop": 825567073
        },
        {
            "start": 825567118,
            "stop": 825567119
        },
        {
            "start": 825567347,
            "stop": 825567383
        },
        {
            "start": 825567472,
            "stop": 825585722
        },
        {
            "start": 825589256,
            "stop": 825589906
        },
        {
            "start": 825591383,
            "stop": 825591831
        },
        {
            "start": 825596258,
            "stop": 825603585
        },
        {
            "start": 825604800,
            "stop": 825605342
        },
        {
            "start": 825606112,
            "stop": 825606783
        }
    ]
}