Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=679
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=680",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=678",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 679,
    "results": [
        {
            "start": 1266382221,
            "stop": 1266382225
        },
        {
            "start": 1266382226,
            "stop": 1266382233
        },
        {
            "start": 1266382234,
            "stop": 1266382235
        },
        {
            "start": 1266382236,
            "stop": 1266382245
        },
        {
            "start": 1266382246,
            "stop": 1266382767
        },
        {
            "start": 1266382771,
            "stop": 1266382958
        },
        {
            "start": 1266382959,
            "stop": 1266383125
        },
        {
            "start": 1266383127,
            "stop": 1266383134
        },
        {
            "start": 1266383136,
            "stop": 1266383142
        },
        {
            "start": 1266383144,
            "stop": 1266383145
        },
        {
            "start": 1266383150,
            "stop": 1266383153
        },
        {
            "start": 1266383157,
            "stop": 1266383158
        },
        {
            "start": 1266383162,
            "stop": 1266383163
        },
        {
            "start": 1266383165,
            "stop": 1266383169
        },
        {
            "start": 1266383171,
            "stop": 1266383177
        },
        {
            "start": 1266383178,
            "stop": 1266383179
        },
        {
            "start": 1266383180,
            "stop": 1266383193
        },
        {
            "start": 1266383194,
            "stop": 1266383195
        },
        {
            "start": 1266383196,
            "stop": 1266383202
        },
        {
            "start": 1266383203,
            "stop": 1266383204
        }
    ]
}