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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=543",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=541",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 542,
    "results": [
        {
            "start": 1264797786,
            "stop": 1264797806
        },
        {
            "start": 1264797807,
            "stop": 1264797823
        },
        {
            "start": 1264797827,
            "stop": 1264798710
        },
        {
            "start": 1264798712,
            "stop": 1264804485
        },
        {
            "start": 1264804488,
            "stop": 1264805905
        },
        {
            "start": 1264806007,
            "stop": 1264808149
        },
        {
            "start": 1264808152,
            "stop": 1264809020
        },
        {
            "start": 1264809021,
            "stop": 1264809345
        },
        {
            "start": 1264809349,
            "stop": 1264810120
        },
        {
            "start": 1264810122,
            "stop": 1264810918
        },
        {
            "start": 1264810920,
            "stop": 1264811031
        },
        {
            "start": 1264811034,
            "stop": 1264811231
        },
        {
            "start": 1264811234,
            "stop": 1264812148
        },
        {
            "start": 1264812150,
            "stop": 1264812206
        },
        {
            "start": 1264812207,
            "stop": 1264812756
        },
        {
            "start": 1264812761,
            "stop": 1264813057
        },
        {
            "start": 1264813059,
            "stop": 1264813709
        },
        {
            "start": 1264813712,
            "stop": 1264815058
        },
        {
            "start": 1264815060,
            "stop": 1264816354
        },
        {
            "start": 1264816359,
            "stop": 1264817305
        }
    ]
}