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=3182
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=3183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3181",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3182,
    "results": [
        {
            "start": 870123674,
            "stop": 870124620
        },
        {
            "start": 870124680,
            "stop": 870126230
        },
        {
            "start": 870126235,
            "stop": 870126240
        },
        {
            "start": 870126300,
            "stop": 870128460
        },
        {
            "start": 870128520,
            "stop": 870129465
        },
        {
            "start": 870129470,
            "stop": 870129840
        },
        {
            "start": 870130020,
            "stop": 870130140
        },
        {
            "start": 870130200,
            "stop": 870132727
        },
        {
            "start": 870132980,
            "stop": 870135060
        },
        {
            "start": 870135120,
            "stop": 870136707
        },
        {
            "start": 870136713,
            "stop": 870136722
        },
        {
            "start": 870136728,
            "stop": 870136737
        },
        {
            "start": 870136800,
            "stop": 870138180
        },
        {
            "start": 870138240,
            "stop": 870139560
        },
        {
            "start": 870139740,
            "stop": 870140880
        },
        {
            "start": 870141000,
            "stop": 870149100
        },
        {
            "start": 870149160,
            "stop": 870149274
        },
        {
            "start": 870149277,
            "stop": 870149403
        },
        {
            "start": 870149406,
            "stop": 870149596
        },
        {
            "start": 870149600,
            "stop": 870150120
        }
    ]
}