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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=454",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 455,
    "results": [
        {
            "start": 847827630,
            "stop": 847827632
        },
        {
            "start": 847827633,
            "stop": 847827648
        },
        {
            "start": 847827650,
            "stop": 847827664
        },
        {
            "start": 847827665,
            "stop": 847827669
        },
        {
            "start": 847827670,
            "stop": 847827674
        },
        {
            "start": 847827675,
            "stop": 847827691
        },
        {
            "start": 847827692,
            "stop": 847827700
        },
        {
            "start": 847827701,
            "stop": 847827702
        },
        {
            "start": 847827703,
            "stop": 847827706
        },
        {
            "start": 847827708,
            "stop": 847827720
        },
        {
            "start": 847827723,
            "stop": 847827792
        },
        {
            "start": 847827793,
            "stop": 847827802
        },
        {
            "start": 847827803,
            "stop": 847827834
        },
        {
            "start": 847827835,
            "stop": 847827875
        },
        {
            "start": 847827876,
            "stop": 847827877
        },
        {
            "start": 847827878,
            "stop": 847827887
        },
        {
            "start": 847827889,
            "stop": 847827912
        },
        {
            "start": 847827914,
            "stop": 847827929
        },
        {
            "start": 847827931,
            "stop": 847827974
        },
        {
            "start": 847827976,
            "stop": 847828005
        }
    ]
}