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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=365",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 366,
    "results": [
        {
            "start": 857428192,
            "stop": 857428412
        },
        {
            "start": 857428712,
            "stop": 857428719
        },
        {
            "start": 857429050,
            "stop": 857429071
        },
        {
            "start": 857429074,
            "stop": 857429235
        },
        {
            "start": 857429238,
            "stop": 857429798
        },
        {
            "start": 857429801,
            "stop": 857430389
        },
        {
            "start": 857430486,
            "stop": 857430859
        },
        {
            "start": 857430862,
            "stop": 857430945
        },
        {
            "start": 857430948,
            "stop": 857431783
        },
        {
            "start": 857431786,
            "stop": 857431864
        },
        {
            "start": 857431867,
            "stop": 857432037
        },
        {
            "start": 857432040,
            "stop": 857432283
        },
        {
            "start": 857432286,
            "stop": 857432987
        },
        {
            "start": 857432998,
            "stop": 857433002
        },
        {
            "start": 857433008,
            "stop": 857433189
        },
        {
            "start": 857433192,
            "stop": 857433480
        },
        {
            "start": 857433771,
            "stop": 857434618
        },
        {
            "start": 857434621,
            "stop": 857434683
        },
        {
            "start": 857434686,
            "stop": 857434699
        },
        {
            "start": 857434702,
            "stop": 857434983
        }
    ]
}