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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5379",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5377",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5378,
    "results": [
        {
            "start": 971571267,
            "stop": 971571676
        },
        {
            "start": 971571679,
            "stop": 971571915
        },
        {
            "start": 971571918,
            "stop": 971572118
        },
        {
            "start": 971572121,
            "stop": 971572964
        },
        {
            "start": 971572967,
            "stop": 971573148
        },
        {
            "start": 971573151,
            "stop": 971573246
        },
        {
            "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
        }
    ]
}