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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1023",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1021",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1022,
    "results": [
        {
            "start": 1252374003,
            "stop": 1252374054
        },
        {
            "start": 1252376928,
            "stop": 1252378475
        },
        {
            "start": 1252378478,
            "stop": 1252379029
        },
        {
            "start": 1252379033,
            "stop": 1252380803
        },
        {
            "start": 1252380808,
            "stop": 1252381401
        },
        {
            "start": 1252381406,
            "stop": 1252382806
        },
        {
            "start": 1252382812,
            "stop": 1252382869
        },
        {
            "start": 1252382871,
            "stop": 1252388286
        },
        {
            "start": 1252388289,
            "stop": 1252388602
        },
        {
            "start": 1252388606,
            "stop": 1252388753
        },
        {
            "start": 1252388757,
            "stop": 1252388911
        },
        {
            "start": 1252388919,
            "stop": 1252389028
        },
        {
            "start": 1252389036,
            "stop": 1252391513
        },
        {
            "start": 1252391518,
            "stop": 1252405916
        },
        {
            "start": 1252405919,
            "stop": 1252405926
        },
        {
            "start": 1252405929,
            "stop": 1252409770
        },
        {
            "start": 1252409773,
            "stop": 1252412824
        },
        {
            "start": 1252412829,
            "stop": 1252413261
        },
        {
            "start": 1252413265,
            "stop": 1252417464
        },
        {
            "start": 1252417468,
            "stop": 1252420107
        }
    ]
}