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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=39",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 40,
    "results": [
        {
            "start": 1257533246,
            "stop": 1257533250
        },
        {
            "start": 1257533253,
            "stop": 1257533281
        },
        {
            "start": 1257533283,
            "stop": 1257533335
        },
        {
            "start": 1257533338,
            "stop": 1257533351
        },
        {
            "start": 1257533354,
            "stop": 1257533568
        },
        {
            "start": 1257533573,
            "stop": 1257533710
        },
        {
            "start": 1257533713,
            "stop": 1257533790
        },
        {
            "start": 1257533792,
            "stop": 1257533961
        },
        {
            "start": 1257533965,
            "stop": 1257533967
        },
        {
            "start": 1257533972,
            "stop": 1257534071
        },
        {
            "start": 1257534074,
            "stop": 1257534209
        },
        {
            "start": 1257534212,
            "stop": 1257535024
        },
        {
            "start": 1257535027,
            "stop": 1257535221
        },
        {
            "start": 1257535223,
            "stop": 1257535236
        },
        {
            "start": 1257535239,
            "stop": 1257535387
        },
        {
            "start": 1257535390,
            "stop": 1257536202
        },
        {
            "start": 1257536205,
            "stop": 1257536222
        },
        {
            "start": 1257536224,
            "stop": 1257536341
        },
        {
            "start": 1257536346,
            "stop": 1257536874
        },
        {
            "start": 1257536879,
            "stop": 1257536887
        }
    ]
}