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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=17",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 18,
    "results": [
        {
            "start": 1257226812,
            "stop": 1257227116
        },
        {
            "start": 1257227119,
            "stop": 1257227372
        },
        {
            "start": 1257227375,
            "stop": 1257228380
        },
        {
            "start": 1257228381,
            "stop": 1257229172
        },
        {
            "start": 1257229176,
            "stop": 1257229334
        },
        {
            "start": 1257229337,
            "stop": 1257230079
        },
        {
            "start": 1257230081,
            "stop": 1257231615
        },
        {
            "start": 1257231620,
            "stop": 1257231956
        },
        {
            "start": 1257231958,
            "stop": 1257232774
        },
        {
            "start": 1257232779,
            "stop": 1257233958
        },
        {
            "start": 1257241534,
            "stop": 1257241826
        },
        {
            "start": 1257241829,
            "stop": 1257242021
        },
        {
            "start": 1257242022,
            "stop": 1257242362
        },
        {
            "start": 1257257516,
            "stop": 1257257620
        },
        {
            "start": 1257257622,
            "stop": 1257257833
        },
        {
            "start": 1257257880,
            "stop": 1257258103
        },
        {
            "start": 1257258106,
            "stop": 1257258216
        },
        {
            "start": 1257258219,
            "stop": 1257258486
        },
        {
            "start": 1257258489,
            "stop": 1257258511
        },
        {
            "start": 1257258513,
            "stop": 1257258646
        }
    ]
}