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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 20,
    "results": [
        {
            "start": 1257263873,
            "stop": 1257263954
        },
        {
            "start": 1257263956,
            "stop": 1257264050
        },
        {
            "start": 1257264053,
            "stop": 1257264426
        },
        {
            "start": 1257264429,
            "stop": 1257267386
        },
        {
            "start": 1257267388,
            "stop": 1257268564
        },
        {
            "start": 1257268568,
            "stop": 1257268589
        },
        {
            "start": 1257268592,
            "stop": 1257268715
        },
        {
            "start": 1257268718,
            "stop": 1257268827
        },
        {
            "start": 1257268829,
            "stop": 1257269344
        },
        {
            "start": 1257269346,
            "stop": 1257270050
        },
        {
            "start": 1257270052,
            "stop": 1257270148
        },
        {
            "start": 1257270151,
            "stop": 1257270534
        },
        {
            "start": 1257270539,
            "stop": 1257273825
        },
        {
            "start": 1257273828,
            "stop": 1257274145
        },
        {
            "start": 1257274150,
            "stop": 1257276354
        },
        {
            "start": 1257276359,
            "stop": 1257276712
        },
        {
            "start": 1257276715,
            "stop": 1257277606
        },
        {
            "start": 1257277611,
            "stop": 1257277673
        },
        {
            "start": 1257277677,
            "stop": 1257279705
        },
        {
            "start": 1257279710,
            "stop": 1257279994
        }
    ]
}