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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=91",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 92,
    "results": [
        {
            "start": 931287908,
            "stop": 931287909
        },
        {
            "start": 931287911,
            "stop": 931287965
        },
        {
            "start": 931287968,
            "stop": 931287995
        },
        {
            "start": 931287996,
            "stop": 931288045
        },
        {
            "start": 931288046,
            "stop": 931288059
        },
        {
            "start": 931288060,
            "stop": 931288065
        },
        {
            "start": 931288067,
            "stop": 931288133
        },
        {
            "start": 931288135,
            "stop": 931288209
        },
        {
            "start": 931288212,
            "stop": 931288251
        },
        {
            "start": 931288253,
            "stop": 931288346
        },
        {
            "start": 931288347,
            "stop": 931288351
        },
        {
            "start": 931288353,
            "stop": 931288403
        },
        {
            "start": 931288404,
            "stop": 931288411
        },
        {
            "start": 931288414,
            "stop": 931288422
        },
        {
            "start": 931288424,
            "stop": 931288444
        },
        {
            "start": 931288445,
            "stop": 931288559
        },
        {
            "start": 931288561,
            "stop": 931288798
        },
        {
            "start": 931288800,
            "stop": 931288866
        },
        {
            "start": 931288868,
            "stop": 931289016
        },
        {
            "start": 931289018,
            "stop": 931289087
        }
    ]
}