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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6234",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6235,
    "results": [
        {
            "start": 874806010,
            "stop": 874806660
        },
        {
            "start": 874806723,
            "stop": 874806729
        },
        {
            "start": 874806732,
            "stop": 874807411
        },
        {
            "start": 874808192,
            "stop": 874808274
        },
        {
            "start": 874808281,
            "stop": 874809121
        },
        {
            "start": 874809122,
            "stop": 874809709
        },
        {
            "start": 874809710,
            "stop": 874811179
        },
        {
            "start": 874811182,
            "stop": 874811188
        },
        {
            "start": 874811191,
            "stop": 874811277
        },
        {
            "start": 874811280,
            "stop": 874812599
        },
        {
            "start": 874812602,
            "stop": 874812666
        },
        {
            "start": 874812669,
            "stop": 874812777
        },
        {
            "start": 874812778,
            "stop": 874812963
        },
        {
            "start": 874812966,
            "stop": 874813095
        },
        {
            "start": 874813102,
            "stop": 874813108
        },
        {
            "start": 874813112,
            "stop": 874813310
        },
        {
            "start": 874813311,
            "stop": 874813383
        },
        {
            "start": 874813386,
            "stop": 874813399
        },
        {
            "start": 874813402,
            "stop": 874813409
        },
        {
            "start": 874813412,
            "stop": 874813438
        }
    ]
}