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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=74",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 75,
    "results": [
        {
            "start": 1258613269,
            "stop": 1258613274
        },
        {
            "start": 1258613277,
            "stop": 1258614240
        },
        {
            "start": 1258614243,
            "stop": 1258614547
        },
        {
            "start": 1258614550,
            "stop": 1258614912
        },
        {
            "start": 1258614915,
            "stop": 1258616170
        },
        {
            "start": 1258616172,
            "stop": 1258618360
        },
        {
            "start": 1258618363,
            "stop": 1258622181
        },
        {
            "start": 1258622183,
            "stop": 1258624292
        },
        {
            "start": 1258624294,
            "stop": 1258627344
        },
        {
            "start": 1258627349,
            "stop": 1258628587
        },
        {
            "start": 1258628590,
            "stop": 1258629300
        },
        {
            "start": 1258629304,
            "stop": 1258631678
        },
        {
            "start": 1258631683,
            "stop": 1258631813
        },
        {
            "start": 1258631816,
            "stop": 1258633393
        },
        {
            "start": 1258633397,
            "stop": 1258636091
        },
        {
            "start": 1258636094,
            "stop": 1258636677
        },
        {
            "start": 1258636678,
            "stop": 1258637915
        },
        {
            "start": 1258637919,
            "stop": 1258638343
        },
        {
            "start": 1258638348,
            "stop": 1258641153
        },
        {
            "start": 1258641155,
            "stop": 1258643731
        }
    ]
}