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=40761
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=40762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40760",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40761,
    "results": [
        {
            "start": 874977387,
            "stop": 874977391
        },
        {
            "start": 874977396,
            "stop": 874977401
        },
        {
            "start": 874977405,
            "stop": 874977410
        },
        {
            "start": 874977411,
            "stop": 874977425
        },
        {
            "start": 874977426,
            "stop": 874977433
        },
        {
            "start": 874977434,
            "stop": 874977437
        },
        {
            "start": 874977438,
            "stop": 874977444
        },
        {
            "start": 874977447,
            "stop": 874977486
        },
        {
            "start": 874977487,
            "stop": 874977509
        },
        {
            "start": 874977511,
            "stop": 874977515
        },
        {
            "start": 874977516,
            "stop": 874977517
        },
        {
            "start": 874977518,
            "stop": 874977542
        },
        {
            "start": 874977544,
            "stop": 874977554
        },
        {
            "start": 874977555,
            "stop": 874977561
        },
        {
            "start": 874977562,
            "stop": 874977638
        },
        {
            "start": 874977639,
            "stop": 874977643
        },
        {
            "start": 874977644,
            "stop": 874977672
        },
        {
            "start": 874977674,
            "stop": 874977678
        },
        {
            "start": 874977679,
            "stop": 874977715
        },
        {
            "start": 874977717,
            "stop": 874977720
        }
    ]
}