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/H1_BURST_CAT3/segments?format=api&page=93
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 93,
    "results": [
        {
            "start": 1257808127,
            "stop": 1257808128
        },
        {
            "start": 1257808130,
            "stop": 1257808142
        },
        {
            "start": 1257808143,
            "stop": 1257808150
        },
        {
            "start": 1257808154,
            "stop": 1257808181
        },
        {
            "start": 1257808182,
            "stop": 1257808230
        },
        {
            "start": 1257808232,
            "stop": 1257808235
        },
        {
            "start": 1257808237,
            "stop": 1257808242
        },
        {
            "start": 1257808243,
            "stop": 1257808253
        },
        {
            "start": 1257808254,
            "stop": 1257808312
        },
        {
            "start": 1257808314,
            "stop": 1257808318
        },
        {
            "start": 1257808320,
            "stop": 1257808321
        },
        {
            "start": 1257808322,
            "stop": 1257808334
        },
        {
            "start": 1257808336,
            "stop": 1257808340
        },
        {
            "start": 1257808343,
            "stop": 1257808421
        },
        {
            "start": 1257808423,
            "stop": 1257808476
        },
        {
            "start": 1257808477,
            "stop": 1257808482
        },
        {
            "start": 1257808483,
            "stop": 1257808486
        },
        {
            "start": 1257808487,
            "stop": 1257808489
        },
        {
            "start": 1257808490,
            "stop": 1257808491
        },
        {
            "start": 1257808493,
            "stop": 1257808494
        }
    ]
}