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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=160",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 161,
    "results": [
        {
            "start": 971332352,
            "stop": 971332642
        },
        {
            "start": 971339358,
            "stop": 971339456
        },
        {
            "start": 971347538,
            "stop": 971347754
        },
        {
            "start": 971373812,
            "stop": 971377525
        },
        {
            "start": 971379215,
            "stop": 971397690
        },
        {
            "start": 971398339,
            "stop": 971400227
        },
        {
            "start": 971401223,
            "stop": 971403446
        },
        {
            "start": 971405860,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971411560
        },
        {
            "start": 971412994,
            "stop": 971413179
        },
        {
            "start": 971414006,
            "stop": 971414800
        },
        {
            "start": 971415594,
            "stop": 971444084
        },
        {
            "start": 971446579,
            "stop": 971455697
        },
        {
            "start": 971499168,
            "stop": 971502100
        },
        {
            "start": 971502328,
            "stop": 971528012
        },
        {
            "start": 971545826,
            "stop": 971549877
        },
        {
            "start": 971550218,
            "stop": 971552930
        },
        {
            "start": 971555128,
            "stop": 971558979
        },
        {
            "start": 971559000,
            "stop": 971562452
        },
        {
            "start": 971562484,
            "stop": 971566122
        }
    ]
}