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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 159,
    "results": [
        {
            "start": 1418872363,
            "stop": 1418875655
        },
        {
            "start": 1418875660,
            "stop": 1418875714
        },
        {
            "start": 1418875719,
            "stop": 1418875723
        },
        {
            "start": 1418884651,
            "stop": 1418884673
        },
        {
            "start": 1418884677,
            "stop": 1418889502
        },
        {
            "start": 1418889507,
            "stop": 1418891594
        },
        {
            "start": 1418891599,
            "stop": 1418892919
        },
        {
            "start": 1418898888,
            "stop": 1418900116
        },
        {
            "start": 1418900121,
            "stop": 1418900855
        },
        {
            "start": 1418901645,
            "stop": 1418902380
        },
        {
            "start": 1418902385,
            "stop": 1418904117
        },
        {
            "start": 1418911806,
            "stop": 1418914832
        },
        {
            "start": 1418918566,
            "stop": 1418931068
        },
        {
            "start": 1418931073,
            "stop": 1418933631
        },
        {
            "start": 1418933636,
            "stop": 1418933717
        },
        {
            "start": 1418933722,
            "stop": 1418936220
        },
        {
            "start": 1418941960,
            "stop": 1418943172
        },
        {
            "start": 1418943177,
            "stop": 1418945106
        },
        {
            "start": 1418948742,
            "stop": 1418955402
        },
        {
            "start": 1418955407,
            "stop": 1418955793
        }
    ]
}