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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4873",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4871",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4872,
    "results": [
        {
            "start": 971573249,
            "stop": 971573299
        },
        {
            "start": 971573302,
            "stop": 971573314
        },
        {
            "start": 971573317,
            "stop": 971573320
        },
        {
            "start": 971573325,
            "stop": 971573681
        },
        {
            "start": 971573684,
            "stop": 971574878
        },
        {
            "start": 971574881,
            "stop": 971575178
        },
        {
            "start": 971575181,
            "stop": 971575441
        },
        {
            "start": 971575444,
            "stop": 971575451
        },
        {
            "start": 971575454,
            "stop": 971575582
        },
        {
            "start": 971575585,
            "stop": 971575608
        },
        {
            "start": 971575614,
            "stop": 971575741
        },
        {
            "start": 971575744,
            "stop": 971575942
        },
        {
            "start": 971575945,
            "stop": 971576009
        },
        {
            "start": 971576012,
            "stop": 971576127
        },
        {
            "start": 971576130,
            "stop": 971576390
        },
        {
            "start": 971576393,
            "stop": 971576592
        },
        {
            "start": 971576595,
            "stop": 971577381
        },
        {
            "start": 971577384,
            "stop": 971577650
        },
        {
            "start": 971577653,
            "stop": 971578142
        },
        {
            "start": 971578145,
            "stop": 971578438
        }
    ]
}