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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5360",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5358",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5359,
    "results": [
        {
            "start": 971442742,
            "stop": 971442761
        },
        {
            "start": 971442764,
            "stop": 971442867
        },
        {
            "start": 971442870,
            "stop": 971442904
        },
        {
            "start": 971442907,
            "stop": 971442911
        },
        {
            "start": 971442914,
            "stop": 971442923
        },
        {
            "start": 971442926,
            "stop": 971442955
        },
        {
            "start": 971442958,
            "stop": 971442960
        },
        {
            "start": 971442963,
            "stop": 971442982
        },
        {
            "start": 971442985,
            "stop": 971442986
        },
        {
            "start": 971442989,
            "stop": 971443116
        },
        {
            "start": 971443119,
            "stop": 971443131
        },
        {
            "start": 971443134,
            "stop": 971443145
        },
        {
            "start": 971443148,
            "stop": 971443151
        },
        {
            "start": 971443154,
            "stop": 971443169
        },
        {
            "start": 971443172,
            "stop": 971443213
        },
        {
            "start": 971443217,
            "stop": 971443261
        },
        {
            "start": 971443264,
            "stop": 971443272
        },
        {
            "start": 971443275,
            "stop": 971443316
        },
        {
            "start": 971443319,
            "stop": 971443349
        },
        {
            "start": 971443352,
            "stop": 971443374
        }
    ]
}