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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 84,
    "results": [
        {
            "start": 819561763,
            "stop": 819561896
        },
        {
            "start": 819561899,
            "stop": 819562490
        },
        {
            "start": 819562494,
            "stop": 819562918
        },
        {
            "start": 819562921,
            "stop": 819563508
        },
        {
            "start": 819563511,
            "stop": 819565823
        },
        {
            "start": 819565826,
            "stop": 819566384
        },
        {
            "start": 819566387,
            "stop": 819568149
        },
        {
            "start": 819568153,
            "stop": 819571899
        },
        {
            "start": 819571903,
            "stop": 819572044
        },
        {
            "start": 819572048,
            "stop": 819572506
        },
        {
            "start": 819572510,
            "stop": 819573087
        },
        {
            "start": 819574106,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579807
        },
        {
            "start": 819580664,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        },
        {
            "start": 819580758,
            "stop": 819580764
        }
    ]
}