Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 154,
    "results": [
        {
            "start": 931596004,
            "stop": 931596005
        },
        {
            "start": 931596012,
            "stop": 931596014
        },
        {
            "start": 931596046,
            "stop": 931596050
        },
        {
            "start": 931596065,
            "stop": 931596066
        },
        {
            "start": 931596071,
            "stop": 931596072
        },
        {
            "start": 931596076,
            "stop": 931596078
        },
        {
            "start": 931596082,
            "stop": 931596083
        },
        {
            "start": 931596087,
            "stop": 931596090
        },
        {
            "start": 931596093,
            "stop": 931596094
        },
        {
            "start": 931596102,
            "stop": 931596103
        },
        {
            "start": 931596108,
            "stop": 931596112
        },
        {
            "start": 931596116,
            "stop": 931596117
        },
        {
            "start": 931596134,
            "stop": 931596137
        },
        {
            "start": 931596180,
            "stop": 931596181
        },
        {
            "start": 931596185,
            "stop": 931596186
        },
        {
            "start": 931596194,
            "stop": 931596195
        },
        {
            "start": 931596220,
            "stop": 931596221
        },
        {
            "start": 931596224,
            "stop": 931596225
        },
        {
            "start": 931596263,
            "stop": 931596266
        },
        {
            "start": 931596284,
            "stop": 931596285
        }
    ]
}