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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 66,
    "results": [
        {
            "start": 1258385580,
            "stop": 1258387128
        },
        {
            "start": 1258387131,
            "stop": 1258387754
        },
        {
            "start": 1258387755,
            "stop": 1258389314
        },
        {
            "start": 1258389319,
            "stop": 1258390523
        },
        {
            "start": 1258390526,
            "stop": 1258390773
        },
        {
            "start": 1258390777,
            "stop": 1258391545
        },
        {
            "start": 1258391547,
            "stop": 1258392459
        },
        {
            "start": 1258392461,
            "stop": 1258394119
        },
        {
            "start": 1258394123,
            "stop": 1258394337
        },
        {
            "start": 1258394345,
            "stop": 1258394555
        },
        {
            "start": 1258394558,
            "stop": 1258396659
        },
        {
            "start": 1258396663,
            "stop": 1258399630
        },
        {
            "start": 1258399635,
            "stop": 1258399646
        },
        {
            "start": 1258399649,
            "stop": 1258406675
        },
        {
            "start": 1258406680,
            "stop": 1258406919
        },
        {
            "start": 1258406922,
            "stop": 1258407157
        },
        {
            "start": 1258407160,
            "stop": 1258408043
        },
        {
            "start": 1258408047,
            "stop": 1258408991
        },
        {
            "start": 1258408993,
            "stop": 1258409788
        },
        {
            "start": 1258409860,
            "stop": 1258410455
        }
    ]
}