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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 80,
    "results": [
        {
            "start": 931264341,
            "stop": 931264367
        },
        {
            "start": 931264368,
            "stop": 931264382
        },
        {
            "start": 931264383,
            "stop": 931264409
        },
        {
            "start": 931264410,
            "stop": 931264517
        },
        {
            "start": 931264518,
            "stop": 931264543
        },
        {
            "start": 931264544,
            "stop": 931264562
        },
        {
            "start": 931264563,
            "stop": 931264680
        },
        {
            "start": 931264681,
            "stop": 931264691
        },
        {
            "start": 931264692,
            "stop": 931264724
        },
        {
            "start": 931264725,
            "stop": 931264809
        },
        {
            "start": 931264810,
            "stop": 931264828
        },
        {
            "start": 931264830,
            "stop": 931264861
        },
        {
            "start": 931264862,
            "stop": 931265064
        },
        {
            "start": 931265065,
            "stop": 931265102
        },
        {
            "start": 931265103,
            "stop": 931265107
        },
        {
            "start": 931265108,
            "stop": 931265188
        },
        {
            "start": 931265189,
            "stop": 931265276
        },
        {
            "start": 931265277,
            "stop": 931265358
        },
        {
            "start": 931265359,
            "stop": 931265385
        },
        {
            "start": 931265387,
            "stop": 931265448
        }
    ]
}