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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=17",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 18,
    "results": [
        {
            "start": 933738363,
            "stop": 933753176
        },
        {
            "start": 933755040,
            "stop": 933758333
        },
        {
            "start": 933763551,
            "stop": 933776703
        },
        {
            "start": 933777613,
            "stop": 933796541
        },
        {
            "start": 933798794,
            "stop": 933810178
        },
        {
            "start": 933810182,
            "stop": 933810390
        },
        {
            "start": 933816782,
            "stop": 933820086
        },
        {
            "start": 933822603,
            "stop": 933824055
        },
        {
            "start": 933824415,
            "stop": 933826215
        },
        {
            "start": 933829024,
            "stop": 933844069
        },
        {
            "start": 933844620,
            "stop": 933851123
        },
        {
            "start": 933860664,
            "stop": 933868181
        },
        {
            "start": 933871738,
            "stop": 933876751
        },
        {
            "start": 933880194,
            "stop": 933882394
        },
        {
            "start": 933883904,
            "stop": 933895585
        },
        {
            "start": 933897396,
            "stop": 933906913
        },
        {
            "start": 933909120,
            "stop": 933913098
        },
        {
            "start": 933919242,
            "stop": 933927220
        },
        {
            "start": 933928531,
            "stop": 933934211
        },
        {
            "start": 933942989,
            "stop": 933948363
        }
    ]
}