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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=12",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 13,
    "results": [
        {
            "start": 818391582,
            "stop": 818393767
        },
        {
            "start": 818395604,
            "stop": 818398869
        },
        {
            "start": 818398913,
            "stop": 818409485
        },
        {
            "start": 818410639,
            "stop": 818419933
        },
        {
            "start": 818422070,
            "stop": 818427133
        },
        {
            "start": 818468830,
            "stop": 818474746
        },
        {
            "start": 818475835,
            "stop": 818480339
        },
        {
            "start": 818491814,
            "stop": 818495053
        },
        {
            "start": 818495790,
            "stop": 818504233
        },
        {
            "start": 818504914,
            "stop": 818515033
        },
        {
            "start": 818551280,
            "stop": 818551512
        },
        {
            "start": 818551528,
            "stop": 818578213
        },
        {
            "start": 818578247,
            "stop": 818578250
        },
        {
            "start": 818578314,
            "stop": 818586379
        },
        {
            "start": 818587453,
            "stop": 818601853
        },
        {
            "start": 818602437,
            "stop": 818605933
        },
        {
            "start": 818605964,
            "stop": 818605966
        },
        {
            "start": 818606649,
            "stop": 818610493
        },
        {
            "start": 818610640,
            "stop": 818610658
        },
        {
            "start": 818610666,
            "stop": 818615593
        }
    ]
}