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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3763",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3761",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3762,
    "results": [
        {
            "start": 971511136,
            "stop": 971511138
        },
        {
            "start": 971511141,
            "stop": 971511161
        },
        {
            "start": 971511164,
            "stop": 971511212
        },
        {
            "start": 971511217,
            "stop": 971511246
        },
        {
            "start": 971511252,
            "stop": 971511270
        },
        {
            "start": 971511273,
            "stop": 971511276
        },
        {
            "start": 971511279,
            "stop": 971511356
        },
        {
            "start": 971511359,
            "stop": 971511376
        },
        {
            "start": 971511379,
            "stop": 971511401
        },
        {
            "start": 971511404,
            "stop": 971511433
        },
        {
            "start": 971511436,
            "stop": 971511440
        },
        {
            "start": 971511443,
            "stop": 971511468
        },
        {
            "start": 971511471,
            "stop": 971511485
        },
        {
            "start": 971511488,
            "stop": 971511489
        },
        {
            "start": 971511492,
            "stop": 971511511
        },
        {
            "start": 971511514,
            "stop": 971511536
        },
        {
            "start": 971511539,
            "stop": 971511591
        },
        {
            "start": 971511594,
            "stop": 971511609
        },
        {
            "start": 971511612,
            "stop": 971511627
        },
        {
            "start": 971511631,
            "stop": 971511661
        }
    ]
}