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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=89",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 90,
    "results": [
        {
            "start": 1238450508,
            "stop": 1238450803
        },
        {
            "start": 1238450804,
            "stop": 1238450815
        },
        {
            "start": 1238450817,
            "stop": 1238450869
        },
        {
            "start": 1238450871,
            "stop": 1238450974
        },
        {
            "start": 1238450975,
            "stop": 1238451313
        },
        {
            "start": 1238451315,
            "stop": 1238451580
        },
        {
            "start": 1238451581,
            "stop": 1238452385
        },
        {
            "start": 1238452387,
            "stop": 1238452448
        },
        {
            "start": 1238452450,
            "stop": 1238452526
        },
        {
            "start": 1238452527,
            "stop": 1238453396
        },
        {
            "start": 1238453398,
            "stop": 1238453751
        },
        {
            "start": 1238453756,
            "stop": 1238454238
        },
        {
            "start": 1238454240,
            "stop": 1238455113
        },
        {
            "start": 1238455114,
            "stop": 1238455178
        },
        {
            "start": 1238455179,
            "stop": 1238455194
        },
        {
            "start": 1238455197,
            "stop": 1238455309
        },
        {
            "start": 1238455310,
            "stop": 1238455733
        },
        {
            "start": 1238455735,
            "stop": 1238455801
        },
        {
            "start": 1238455802,
            "stop": 1238455805
        },
        {
            "start": 1238455806,
            "stop": 1238455923
        }
    ]
}