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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=247",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 248,
    "results": [
        {
            "start": 1126885729,
            "stop": 1126885740
        },
        {
            "start": 1126885741,
            "stop": 1126885742
        },
        {
            "start": 1126885743,
            "stop": 1126885771
        },
        {
            "start": 1126885772,
            "stop": 1126885826
        },
        {
            "start": 1126885829,
            "stop": 1126885831
        },
        {
            "start": 1126885832,
            "stop": 1126885849
        },
        {
            "start": 1126885850,
            "stop": 1126885877
        },
        {
            "start": 1126885940,
            "stop": 1126885941
        },
        {
            "start": 1126885943,
            "stop": 1126885953
        },
        {
            "start": 1126885955,
            "stop": 1126885958
        },
        {
            "start": 1126885961,
            "stop": 1126885962
        },
        {
            "start": 1126885963,
            "stop": 1126885966
        },
        {
            "start": 1126885968,
            "stop": 1126885973
        },
        {
            "start": 1126885975,
            "stop": 1126885984
        },
        {
            "start": 1126885985,
            "stop": 1126885992
        },
        {
            "start": 1126885994,
            "stop": 1126886009
        },
        {
            "start": 1126886010,
            "stop": 1126886015
        },
        {
            "start": 1126886017,
            "stop": 1126886018
        },
        {
            "start": 1126886020,
            "stop": 1126886022
        },
        {
            "start": 1126886023,
            "stop": 1126886024
        }
    ]
}