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=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=374",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 375,
    "results": [
        {
            "start": 1181890352,
            "stop": 1181890398
        },
        {
            "start": 1181890399,
            "stop": 1181891134
        },
        {
            "start": 1181891135,
            "stop": 1181892620
        },
        {
            "start": 1181892622,
            "stop": 1181892937
        },
        {
            "start": 1181892938,
            "stop": 1181893082
        },
        {
            "start": 1181893083,
            "stop": 1181894472
        },
        {
            "start": 1181894473,
            "stop": 1181895422
        },
        {
            "start": 1181895423,
            "stop": 1181896718
        },
        {
            "start": 1181896719,
            "stop": 1181898048
        },
        {
            "start": 1181898049,
            "stop": 1181899323
        },
        {
            "start": 1181899327,
            "stop": 1181900222
        },
        {
            "start": 1181900223,
            "stop": 1181902247
        },
        {
            "start": 1181902248,
            "stop": 1181903984
        },
        {
            "start": 1181903985,
            "stop": 1181906147
        },
        {
            "start": 1181906148,
            "stop": 1181908221
        },
        {
            "start": 1181908222,
            "stop": 1181908569
        },
        {
            "start": 1181908573,
            "stop": 1181909722
        },
        {
            "start": 1181911831,
            "stop": 1181911837
        },
        {
            "start": 1181911838,
            "stop": 1181913215
        },
        {
            "start": 1181913216,
            "stop": 1181913582
        }
    ]
}