Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=323
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=322",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 323,
    "results": [
        {
            "start": 856006932,
            "stop": 856008281
        },
        {
            "start": 856008286,
            "stop": 856009286
        },
        {
            "start": 856009295,
            "stop": 856009879
        },
        {
            "start": 856009889,
            "stop": 856015495
        },
        {
            "start": 856015498,
            "stop": 856015754
        },
        {
            "start": 856015758,
            "stop": 856022109
        },
        {
            "start": 856022113,
            "stop": 856022430
        },
        {
            "start": 856052698,
            "stop": 856052774
        },
        {
            "start": 856052844,
            "stop": 856058191
        },
        {
            "start": 856059052,
            "stop": 856068034
        },
        {
            "start": 856068983,
            "stop": 856069313
        },
        {
            "start": 856069322,
            "stop": 856069415
        },
        {
            "start": 856069419,
            "stop": 856069444
        },
        {
            "start": 856069448,
            "stop": 856070479
        },
        {
            "start": 856070483,
            "stop": 856115639
        },
        {
            "start": 856115778,
            "stop": 856127009
        },
        {
            "start": 856127121,
            "stop": 856128159
        },
        {
            "start": 856128788,
            "stop": 856130982
        },
        {
            "start": 856131122,
            "stop": 856131676
        },
        {
            "start": 856132776,
            "stop": 856133522
        }
    ]
}