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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 67,
    "results": [
        {
            "start": 1258410456,
            "stop": 1258411397
        },
        {
            "start": 1258411399,
            "stop": 1258412703
        },
        {
            "start": 1258412704,
            "stop": 1258412913
        },
        {
            "start": 1258412917,
            "stop": 1258415795
        },
        {
            "start": 1258415799,
            "stop": 1258416519
        },
        {
            "start": 1258416521,
            "stop": 1258418524
        },
        {
            "start": 1258418528,
            "stop": 1258418554
        },
        {
            "start": 1258421604,
            "stop": 1258422214
        },
        {
            "start": 1258422217,
            "stop": 1258422887
        },
        {
            "start": 1258422892,
            "stop": 1258423389
        },
        {
            "start": 1258423397,
            "stop": 1258424502
        },
        {
            "start": 1258424504,
            "stop": 1258426704
        },
        {
            "start": 1258426708,
            "stop": 1258427699
        },
        {
            "start": 1258427703,
            "stop": 1258428620
        },
        {
            "start": 1258428623,
            "stop": 1258430122
        },
        {
            "start": 1258430124,
            "stop": 1258432991
        },
        {
            "start": 1258432999,
            "stop": 1258433031
        },
        {
            "start": 1258433034,
            "stop": 1258433202
        },
        {
            "start": 1258433206,
            "stop": 1258437445
        },
        {
            "start": 1258437450,
            "stop": 1258439201
        }
    ]
}