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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=406",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 407,
    "results": [
        {
            "start": 825975239,
            "stop": 825975245
        },
        {
            "start": 825975250,
            "stop": 825975337
        },
        {
            "start": 825975340,
            "stop": 825975394
        },
        {
            "start": 825975403,
            "stop": 825975409
        },
        {
            "start": 825975412,
            "stop": 825975420
        },
        {
            "start": 825975423,
            "stop": 825975456
        },
        {
            "start": 825975473,
            "stop": 825975484
        },
        {
            "start": 825975492,
            "stop": 825975522
        },
        {
            "start": 825975525,
            "stop": 825975531
        },
        {
            "start": 825975535,
            "stop": 825975545
        },
        {
            "start": 825975548,
            "stop": 825975555
        },
        {
            "start": 825975856,
            "stop": 825975944
        },
        {
            "start": 825975947,
            "stop": 825976019
        },
        {
            "start": 825976022,
            "stop": 825976245
        },
        {
            "start": 825976248,
            "stop": 825976388
        },
        {
            "start": 825976391,
            "stop": 825976396
        },
        {
            "start": 825976400,
            "stop": 825976403
        },
        {
            "start": 825976408,
            "stop": 825976517
        },
        {
            "start": 825976535,
            "stop": 825976541
        },
        {
            "start": 825976554,
            "stop": 825976570
        }
    ]
}