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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=84",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 85,
    "results": [
        {
            "start": 931272255,
            "stop": 931272277
        },
        {
            "start": 931272279,
            "stop": 931272302
        },
        {
            "start": 931272304,
            "stop": 931272335
        },
        {
            "start": 931272339,
            "stop": 931272365
        },
        {
            "start": 931272367,
            "stop": 931272407
        },
        {
            "start": 931272409,
            "stop": 931272420
        },
        {
            "start": 931272424,
            "stop": 931272455
        },
        {
            "start": 931272457,
            "stop": 931272468
        },
        {
            "start": 931272471,
            "stop": 931272485
        },
        {
            "start": 931272487,
            "stop": 931272496
        },
        {
            "start": 931272498,
            "stop": 931272538
        },
        {
            "start": 931272540,
            "stop": 931272594
        },
        {
            "start": 931272596,
            "stop": 931272604
        },
        {
            "start": 931272606,
            "stop": 931272607
        },
        {
            "start": 931272609,
            "stop": 931272625
        },
        {
            "start": 931272626,
            "stop": 931272635
        },
        {
            "start": 931272637,
            "stop": 931272681
        },
        {
            "start": 931272683,
            "stop": 931272716
        },
        {
            "start": 931272718,
            "stop": 931272763
        },
        {
            "start": 931272765,
            "stop": 931272784
        }
    ]
}