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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=18",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 19,
    "results": [
        {
            "start": 816706980,
            "stop": 816710714
        },
        {
            "start": 816773714,
            "stop": 816785273
        },
        {
            "start": 816785276,
            "stop": 816793229
        },
        {
            "start": 816793232,
            "stop": 816797031
        },
        {
            "start": 816797033,
            "stop": 816807193
        },
        {
            "start": 816810791,
            "stop": 816813792
        },
        {
            "start": 816813795,
            "stop": 816814434
        },
        {
            "start": 816815361,
            "stop": 816815420
        },
        {
            "start": 816816150,
            "stop": 816817108
        },
        {
            "start": 816817111,
            "stop": 816817222
        },
        {
            "start": 816817225,
            "stop": 816818371
        },
        {
            "start": 816818373,
            "stop": 816818402
        },
        {
            "start": 816819345,
            "stop": 816835018
        },
        {
            "start": 816835021,
            "stop": 816847619
        },
        {
            "start": 816847622,
            "stop": 816852260
        },
        {
            "start": 816852263,
            "stop": 816871492
        },
        {
            "start": 816871495,
            "stop": 816881843
        },
        {
            "start": 816881845,
            "stop": 816888069
        },
        {
            "start": 816888072,
            "stop": 816897913
        },
        {
            "start": 816898939,
            "stop": 816913263
        }
    ]
}