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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=113",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 114,
    "results": [
        {
            "start": 1259814059,
            "stop": 1259814154
        },
        {
            "start": 1259814157,
            "stop": 1259814186
        },
        {
            "start": 1259814191,
            "stop": 1259814254
        },
        {
            "start": 1259814257,
            "stop": 1259814441
        },
        {
            "start": 1259814444,
            "stop": 1259814875
        },
        {
            "start": 1259814877,
            "stop": 1259815654
        },
        {
            "start": 1259815656,
            "stop": 1259815884
        },
        {
            "start": 1259815888,
            "stop": 1259815991
        },
        {
            "start": 1259815993,
            "stop": 1259816060
        },
        {
            "start": 1259816062,
            "stop": 1259816318
        },
        {
            "start": 1259816321,
            "stop": 1259816648
        },
        {
            "start": 1259816651,
            "stop": 1259816853
        },
        {
            "start": 1259816855,
            "stop": 1259817213
        },
        {
            "start": 1259817216,
            "stop": 1259818098
        },
        {
            "start": 1259818102,
            "stop": 1259818740
        },
        {
            "start": 1259818743,
            "stop": 1259819602
        },
        {
            "start": 1259819606,
            "stop": 1259819609
        },
        {
            "start": 1259819612,
            "stop": 1259819783
        },
        {
            "start": 1259819786,
            "stop": 1259819843
        },
        {
            "start": 1259819845,
            "stop": 1259819849
        }
    ]
}