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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 28,
    "results": [
        {
            "start": 1238189033,
            "stop": 1238189039
        },
        {
            "start": 1238189041,
            "stop": 1238189044
        },
        {
            "start": 1238189046,
            "stop": 1238189047
        },
        {
            "start": 1238189050,
            "stop": 1238189057
        },
        {
            "start": 1238189061,
            "stop": 1238189062
        },
        {
            "start": 1238189067,
            "stop": 1238189090
        },
        {
            "start": 1238189100,
            "stop": 1238189112
        },
        {
            "start": 1238189114,
            "stop": 1238189117
        },
        {
            "start": 1238189120,
            "stop": 1238189130
        },
        {
            "start": 1238189132,
            "stop": 1238189138
        },
        {
            "start": 1238189139,
            "stop": 1238189143
        },
        {
            "start": 1238189144,
            "stop": 1238189148
        },
        {
            "start": 1238189150,
            "stop": 1238189152
        },
        {
            "start": 1238189153,
            "stop": 1238189155
        },
        {
            "start": 1238189157,
            "stop": 1238189163
        },
        {
            "start": 1238189165,
            "stop": 1238189170
        },
        {
            "start": 1238189172,
            "stop": 1238189182
        },
        {
            "start": 1238189189,
            "stop": 1238189190
        },
        {
            "start": 1238189194,
            "stop": 1238189201
        },
        {
            "start": 1238189205,
            "stop": 1238189211
        }
    ]
}