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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=275",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 276,
    "results": [
        {
            "start": 818234796,
            "stop": 818234800
        },
        {
            "start": 818234826,
            "stop": 818234827
        },
        {
            "start": 818234832,
            "stop": 818234838
        },
        {
            "start": 818234851,
            "stop": 818234852
        },
        {
            "start": 818234855,
            "stop": 818234859
        },
        {
            "start": 818234865,
            "stop": 818234868
        },
        {
            "start": 818234872,
            "stop": 818234873
        },
        {
            "start": 818234877,
            "stop": 818234887
        },
        {
            "start": 818234898,
            "stop": 818234902
        },
        {
            "start": 818234925,
            "stop": 818234929
        },
        {
            "start": 818234932,
            "stop": 818234935
        },
        {
            "start": 818234938,
            "stop": 818234941
        },
        {
            "start": 818234974,
            "stop": 818234975
        },
        {
            "start": 818234982,
            "stop": 818234986
        },
        {
            "start": 818234989,
            "stop": 818234991
        },
        {
            "start": 818234999,
            "stop": 818235000
        },
        {
            "start": 818235008,
            "stop": 818235009
        },
        {
            "start": 818235014,
            "stop": 818235016
        },
        {
            "start": 818235039,
            "stop": 818235043
        },
        {
            "start": 818235048,
            "stop": 818235049
        }
    ]
}