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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14407",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14405",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14406,
    "results": [
        {
            "start": 971442963,
            "stop": 971442982
        },
        {
            "start": 971442985,
            "stop": 971442986
        },
        {
            "start": 971442989,
            "stop": 971442996
        },
        {
            "start": 971442997,
            "stop": 971443011
        },
        {
            "start": 971443013,
            "stop": 971443017
        },
        {
            "start": 971443018,
            "stop": 971443034
        },
        {
            "start": 971443035,
            "stop": 971443041
        },
        {
            "start": 971443042,
            "stop": 971443116
        },
        {
            "start": 971443119,
            "stop": 971443131
        },
        {
            "start": 971443134,
            "stop": 971443144
        },
        {
            "start": 971443148,
            "stop": 971443151
        },
        {
            "start": 971443154,
            "stop": 971443160
        },
        {
            "start": 971443162,
            "stop": 971443169
        },
        {
            "start": 971443172,
            "stop": 971443200
        },
        {
            "start": 971443201,
            "stop": 971443213
        },
        {
            "start": 971443217,
            "stop": 971443220
        },
        {
            "start": 971443221,
            "stop": 971443239
        },
        {
            "start": 971443240,
            "stop": 971443242
        },
        {
            "start": 971443243,
            "stop": 971443261
        },
        {
            "start": 971443264,
            "stop": 971443272
        }
    ]
}