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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=510",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=508",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 509,
    "results": [
        {
            "start": 1184749446,
            "stop": 1184749448
        },
        {
            "start": 1184749450,
            "stop": 1184749778
        },
        {
            "start": 1184749780,
            "stop": 1184749811
        },
        {
            "start": 1184749813,
            "stop": 1184749814
        },
        {
            "start": 1184749817,
            "stop": 1184749818
        },
        {
            "start": 1184749820,
            "stop": 1184749821
        },
        {
            "start": 1184749847,
            "stop": 1184749851
        },
        {
            "start": 1184749859,
            "stop": 1184749861
        },
        {
            "start": 1184749863,
            "stop": 1184750068
        },
        {
            "start": 1184750070,
            "stop": 1184750118
        },
        {
            "start": 1184750120,
            "stop": 1184750121
        },
        {
            "start": 1184750135,
            "stop": 1184750167
        },
        {
            "start": 1184750170,
            "stop": 1184750172
        },
        {
            "start": 1184750174,
            "stop": 1184750249
        },
        {
            "start": 1184750251,
            "stop": 1184750457
        },
        {
            "start": 1184750459,
            "stop": 1184750516
        },
        {
            "start": 1184750518,
            "stop": 1184750672
        },
        {
            "start": 1184750674,
            "stop": 1184750676
        },
        {
            "start": 1184750678,
            "stop": 1184750682
        },
        {
            "start": 1184750684,
            "stop": 1184750760
        }
    ]
}