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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8146",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8147,
    "results": [
        {
            "start": 970970123,
            "stop": 970970148
        },
        {
            "start": 970970151,
            "stop": 970970301
        },
        {
            "start": 970970304,
            "stop": 970970763
        },
        {
            "start": 970970766,
            "stop": 970971051
        },
        {
            "start": 970971054,
            "stop": 970971251
        },
        {
            "start": 970971254,
            "stop": 970971264
        },
        {
            "start": 970971267,
            "stop": 970971298
        },
        {
            "start": 970971301,
            "stop": 970971487
        },
        {
            "start": 970971490,
            "stop": 970971497
        },
        {
            "start": 970971500,
            "stop": 970971669
        },
        {
            "start": 970971672,
            "stop": 970971918
        },
        {
            "start": 970971921,
            "stop": 970971947
        },
        {
            "start": 970971950,
            "stop": 970972010
        },
        {
            "start": 970972013,
            "stop": 970972075
        },
        {
            "start": 970972078,
            "stop": 970972090
        },
        {
            "start": 970972093,
            "stop": 970972184
        },
        {
            "start": 970972189,
            "stop": 970972190
        },
        {
            "start": 970972193,
            "stop": 970972267
        },
        {
            "start": 970972270,
            "stop": 970972393
        },
        {
            "start": 970972396,
            "stop": 970972411
        }
    ]
}