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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5671",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5672,
    "results": [
        {
            "start": 874551112,
            "stop": 874551121
        },
        {
            "start": 874551124,
            "stop": 874551184
        },
        {
            "start": 874551189,
            "stop": 874551212
        },
        {
            "start": 874551215,
            "stop": 874551228
        },
        {
            "start": 874551232,
            "stop": 874551318
        },
        {
            "start": 874551321,
            "stop": 874551389
        },
        {
            "start": 874551392,
            "stop": 874551517
        },
        {
            "start": 874551520,
            "stop": 874551572
        },
        {
            "start": 874551576,
            "stop": 874551627
        },
        {
            "start": 874551630,
            "stop": 874551632
        },
        {
            "start": 874551635,
            "stop": 874551690
        },
        {
            "start": 874551693,
            "stop": 874551810
        },
        {
            "start": 874551813,
            "stop": 874551824
        },
        {
            "start": 874551828,
            "stop": 874551842
        },
        {
            "start": 874551845,
            "stop": 874551871
        },
        {
            "start": 874551874,
            "stop": 874551929
        },
        {
            "start": 874551932,
            "stop": 874551936
        },
        {
            "start": 874551939,
            "stop": 874551966
        },
        {
            "start": 874551970,
            "stop": 874551993
        },
        {
            "start": 874552002,
            "stop": 874552041
        }
    ]
}