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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 77,
    "results": [
        {
            "start": 1409809306,
            "stop": 1409816560
        },
        {
            "start": 1409816565,
            "stop": 1409834873
        },
        {
            "start": 1409834878,
            "stop": 1409844111
        },
        {
            "start": 1409851295,
            "stop": 1409858393
        },
        {
            "start": 1409858398,
            "stop": 1409866515
        },
        {
            "start": 1409866520,
            "stop": 1409867166
        },
        {
            "start": 1409873430,
            "stop": 1409876035
        },
        {
            "start": 1409876040,
            "stop": 1409876057
        },
        {
            "start": 1409876062,
            "stop": 1409876724
        },
        {
            "start": 1409876729,
            "stop": 1409876776
        },
        {
            "start": 1409876781,
            "stop": 1409877056
        },
        {
            "start": 1409877061,
            "stop": 1409877444
        },
        {
            "start": 1409877449,
            "stop": 1409878806
        },
        {
            "start": 1409878811,
            "stop": 1409882372
        },
        {
            "start": 1409882377,
            "stop": 1409883611
        },
        {
            "start": 1409883616,
            "stop": 1409886625
        },
        {
            "start": 1409886630,
            "stop": 1409887479
        },
        {
            "start": 1409887484,
            "stop": 1409887494
        },
        {
            "start": 1409887499,
            "stop": 1409889392
        },
        {
            "start": 1409889396,
            "stop": 1409899780
        }
    ]
}