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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=16",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 17,
    "results": [
        {
            "start": 1257223548,
            "stop": 1257223787
        },
        {
            "start": 1257223790,
            "stop": 1257224041
        },
        {
            "start": 1257224043,
            "stop": 1257224359
        },
        {
            "start": 1257224362,
            "stop": 1257224432
        },
        {
            "start": 1257224435,
            "stop": 1257224437
        },
        {
            "start": 1257224440,
            "stop": 1257224643
        },
        {
            "start": 1257224648,
            "stop": 1257224745
        },
        {
            "start": 1257224749,
            "stop": 1257224954
        },
        {
            "start": 1257224956,
            "stop": 1257224991
        },
        {
            "start": 1257224996,
            "stop": 1257225060
        },
        {
            "start": 1257225065,
            "stop": 1257225348
        },
        {
            "start": 1257225351,
            "stop": 1257225352
        },
        {
            "start": 1257225355,
            "stop": 1257225513
        },
        {
            "start": 1257225515,
            "stop": 1257225649
        },
        {
            "start": 1257225653,
            "stop": 1257225873
        },
        {
            "start": 1257225876,
            "stop": 1257226016
        },
        {
            "start": 1257226019,
            "stop": 1257226178
        },
        {
            "start": 1257226181,
            "stop": 1257226191
        },
        {
            "start": 1257226194,
            "stop": 1257226637
        },
        {
            "start": 1257226640,
            "stop": 1257226809
        }
    ]
}