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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 78,
    "results": [
        {
            "start": 931504073,
            "stop": 931504079
        },
        {
            "start": 931504082,
            "stop": 931504085
        },
        {
            "start": 931504088,
            "stop": 931504103
        },
        {
            "start": 931504106,
            "stop": 931504117
        },
        {
            "start": 931504120,
            "stop": 931504122
        },
        {
            "start": 931504125,
            "stop": 931504140
        },
        {
            "start": 931504143,
            "stop": 931504144
        },
        {
            "start": 931504147,
            "stop": 931504164
        },
        {
            "start": 931504167,
            "stop": 931504199
        },
        {
            "start": 931504202,
            "stop": 931504212
        },
        {
            "start": 931504215,
            "stop": 931504216
        },
        {
            "start": 931504227,
            "stop": 931504243
        },
        {
            "start": 931504255,
            "stop": 931504256
        },
        {
            "start": 931504259,
            "stop": 931504283
        },
        {
            "start": 931504286,
            "stop": 931504294
        },
        {
            "start": 931504301,
            "stop": 931504303
        },
        {
            "start": 931504306,
            "stop": 931504312
        },
        {
            "start": 931504315,
            "stop": 931504342
        },
        {
            "start": 931504345,
            "stop": 931504349
        },
        {
            "start": 931504356,
            "stop": 931504362
        }
    ]
}