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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=316",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 317,
    "results": [
        {
            "start": 1263878913,
            "stop": 1263878928
        },
        {
            "start": 1263878931,
            "stop": 1263878987
        },
        {
            "start": 1263878992,
            "stop": 1263879032
        },
        {
            "start": 1263879033,
            "stop": 1263879040
        },
        {
            "start": 1263879041,
            "stop": 1263879048
        },
        {
            "start": 1263879049,
            "stop": 1263881005
        },
        {
            "start": 1263881009,
            "stop": 1263881167
        },
        {
            "start": 1263881168,
            "stop": 1263881254
        },
        {
            "start": 1263881255,
            "stop": 1263881368
        },
        {
            "start": 1263881373,
            "stop": 1263881630
        },
        {
            "start": 1263881633,
            "stop": 1263881894
        },
        {
            "start": 1263881896,
            "stop": 1263881983
        },
        {
            "start": 1263881986,
            "stop": 1263882118
        },
        {
            "start": 1263882123,
            "stop": 1263882200
        },
        {
            "start": 1263882203,
            "stop": 1263882209
        },
        {
            "start": 1263882214,
            "stop": 1263882267
        },
        {
            "start": 1263882268,
            "stop": 1263882281
        },
        {
            "start": 1263882286,
            "stop": 1263882443
        },
        {
            "start": 1263882448,
            "stop": 1263882474
        },
        {
            "start": 1263882476,
            "stop": 1263882584
        }
    ]
}