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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10271",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10272,
    "results": [
        {
            "start": 874809818,
            "stop": 874809823
        },
        {
            "start": 874809831,
            "stop": 874809840
        },
        {
            "start": 874809900,
            "stop": 874810200
        },
        {
            "start": 874810500,
            "stop": 874810655
        },
        {
            "start": 874810663,
            "stop": 874810819
        },
        {
            "start": 874810826,
            "stop": 874811171
        },
        {
            "start": 874811216,
            "stop": 874811269
        },
        {
            "start": 874811305,
            "stop": 874811422
        },
        {
            "start": 874811430,
            "stop": 874811435
        },
        {
            "start": 874811442,
            "stop": 874811937
        },
        {
            "start": 874811945,
            "stop": 874812409
        },
        {
            "start": 874812416,
            "stop": 874812591
        },
        {
            "start": 874812627,
            "stop": 874812629
        },
        {
            "start": 874812636,
            "stop": 874812658
        },
        {
            "start": 874812694,
            "stop": 874812900
        },
        {
            "start": 874812991,
            "stop": 874813087
        },
        {
            "start": 874813137,
            "stop": 874813320
        },
        {
            "start": 874813472,
            "stop": 874813519
        },
        {
            "start": 874813527,
            "stop": 874813581
        },
        {
            "start": 874813624,
            "stop": 874813740
        }
    ]
}