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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5241",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5242,
    "results": [
        {
            "start": 875197534,
            "stop": 875197538
        },
        {
            "start": 875197545,
            "stop": 875197577
        },
        {
            "start": 875197584,
            "stop": 875197601
        },
        {
            "start": 875197608,
            "stop": 875197640
        },
        {
            "start": 875197650,
            "stop": 875197737
        },
        {
            "start": 875197744,
            "stop": 875197803
        },
        {
            "start": 875197810,
            "stop": 875197898
        },
        {
            "start": 875197906,
            "stop": 875197924
        },
        {
            "start": 875197931,
            "stop": 875197952
        },
        {
            "start": 875197959,
            "stop": 875197965
        },
        {
            "start": 875197972,
            "stop": 875198143
        },
        {
            "start": 875198153,
            "stop": 875198251
        },
        {
            "start": 875198258,
            "stop": 875198352
        },
        {
            "start": 875198359,
            "stop": 875198361
        },
        {
            "start": 875198368,
            "stop": 875198436
        },
        {
            "start": 875198443,
            "stop": 875198494
        },
        {
            "start": 875198501,
            "stop": 875198553
        },
        {
            "start": 875198560,
            "stop": 875198623
        },
        {
            "start": 875198641,
            "stop": 875198655
        },
        {
            "start": 875198663,
            "stop": 875198674
        }
    ]
}