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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1019",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1017",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1018,
    "results": [
        {
            "start": 1252251872,
            "stop": 1252252013
        },
        {
            "start": 1252252018,
            "stop": 1252252498
        },
        {
            "start": 1252252503,
            "stop": 1252253772
        },
        {
            "start": 1252253777,
            "stop": 1252255233
        },
        {
            "start": 1252255237,
            "stop": 1252255748
        },
        {
            "start": 1252255755,
            "stop": 1252255768
        },
        {
            "start": 1252255773,
            "stop": 1252255783
        },
        {
            "start": 1252255788,
            "stop": 1252258296
        },
        {
            "start": 1252258300,
            "stop": 1252258908
        },
        {
            "start": 1252258913,
            "stop": 1252259021
        },
        {
            "start": 1252259024,
            "stop": 1252259046
        },
        {
            "start": 1252259051,
            "stop": 1252259958
        },
        {
            "start": 1252259962,
            "stop": 1252261246
        },
        {
            "start": 1252261250,
            "stop": 1252261254
        },
        {
            "start": 1252261259,
            "stop": 1252264410
        },
        {
            "start": 1252264413,
            "stop": 1252266339
        },
        {
            "start": 1252266486,
            "stop": 1252266948
        },
        {
            "start": 1252266951,
            "stop": 1252267314
        },
        {
            "start": 1252280987,
            "stop": 1252281653
        },
        {
            "start": 1252281656,
            "stop": 1252281836
        }
    ]
}