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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=34",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 35,
    "results": [
        {
            "start": 1257429387,
            "stop": 1257429536
        },
        {
            "start": 1257429539,
            "stop": 1257429563
        },
        {
            "start": 1257429566,
            "stop": 1257432324
        },
        {
            "start": 1257432332,
            "stop": 1257433609
        },
        {
            "start": 1257433613,
            "stop": 1257438807
        },
        {
            "start": 1257438815,
            "stop": 1257439912
        },
        {
            "start": 1257439916,
            "stop": 1257439946
        },
        {
            "start": 1257439948,
            "stop": 1257443484
        },
        {
            "start": 1257443487,
            "stop": 1257444243
        },
        {
            "start": 1257444246,
            "stop": 1257445363
        },
        {
            "start": 1257445366,
            "stop": 1257446118
        },
        {
            "start": 1257446125,
            "stop": 1257446241
        },
        {
            "start": 1257446244,
            "stop": 1257446648
        },
        {
            "start": 1257446651,
            "stop": 1257446691
        },
        {
            "start": 1257446699,
            "stop": 1257447488
        },
        {
            "start": 1257447491,
            "stop": 1257449646
        },
        {
            "start": 1257449650,
            "stop": 1257450153
        },
        {
            "start": 1257450158,
            "stop": 1257457565
        },
        {
            "start": 1257457570,
            "stop": 1257458618
        },
        {
            "start": 1257458623,
            "stop": 1257459025
        }
    ]
}