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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=123",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 124,
    "results": [
        {
            "start": 819574106,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579913
        },
        {
            "start": 819580664,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        },
        {
            "start": 819580758,
            "stop": 819580764
        },
        {
            "start": 819580768,
            "stop": 819580778
        },
        {
            "start": 819580782,
            "stop": 819580797
        },
        {
            "start": 819580802,
            "stop": 819600193
        },
        {
            "start": 819601648,
            "stop": 819604093
        },
        {
            "start": 819605130,
            "stop": 819607740
        },
        {
            "start": 819607860,
            "stop": 819611520
        },
        {
            "start": 819611640,
            "stop": 819614275
        },
        {
            "start": 819614283,
            "stop": 819616194
        },
        {
            "start": 819616201,
            "stop": 819625543
        },
        {
            "start": 819625724,
            "stop": 819634539
        },
        {
            "start": 819634546,
            "stop": 819640813
        }
    ]
}