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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 83,
    "results": [
        {
            "start": 1126545769,
            "stop": 1126545954
        },
        {
            "start": 1126545955,
            "stop": 1126545968
        },
        {
            "start": 1126545969,
            "stop": 1126545972
        },
        {
            "start": 1126545973,
            "stop": 1126545976
        },
        {
            "start": 1126545977,
            "stop": 1126545978
        },
        {
            "start": 1126545980,
            "stop": 1126545982
        },
        {
            "start": 1126545985,
            "stop": 1126545988
        },
        {
            "start": 1126545990,
            "stop": 1126545999
        },
        {
            "start": 1126546001,
            "stop": 1126546032
        },
        {
            "start": 1126546033,
            "stop": 1126546054
        },
        {
            "start": 1126546056,
            "stop": 1126546071
        },
        {
            "start": 1126546072,
            "stop": 1126546124
        },
        {
            "start": 1126546125,
            "stop": 1126546414
        },
        {
            "start": 1126546415,
            "stop": 1126546454
        },
        {
            "start": 1126546456,
            "stop": 1126546462
        },
        {
            "start": 1126546463,
            "stop": 1126546468
        },
        {
            "start": 1126546470,
            "stop": 1126546489
        },
        {
            "start": 1126546492,
            "stop": 1126546494
        },
        {
            "start": 1126546496,
            "stop": 1126546503
        },
        {
            "start": 1126546505,
            "stop": 1126546752
        }
    ]
}