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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=268",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 269,
    "results": [
        {
            "start": 1177147258,
            "stop": 1177147261
        },
        {
            "start": 1177147264,
            "stop": 1177151178
        },
        {
            "start": 1177151179,
            "stop": 1177151180
        },
        {
            "start": 1177151181,
            "stop": 1177151721
        },
        {
            "start": 1177151722,
            "stop": 1177151759
        },
        {
            "start": 1177151760,
            "stop": 1177151975
        },
        {
            "start": 1177151976,
            "stop": 1177152433
        },
        {
            "start": 1177152434,
            "stop": 1177152500
        },
        {
            "start": 1177152502,
            "stop": 1177153435
        },
        {
            "start": 1177153436,
            "stop": 1177153439
        },
        {
            "start": 1177153440,
            "stop": 1177153441
        },
        {
            "start": 1177153442,
            "stop": 1177153443
        },
        {
            "start": 1177153444,
            "stop": 1177153588
        },
        {
            "start": 1177153590,
            "stop": 1177153591
        },
        {
            "start": 1177153592,
            "stop": 1177153594
        },
        {
            "start": 1177153595,
            "stop": 1177153723
        },
        {
            "start": 1177153726,
            "stop": 1177153859
        },
        {
            "start": 1177153860,
            "stop": 1177153863
        },
        {
            "start": 1177153868,
            "stop": 1177153949
        },
        {
            "start": 1177153950,
            "stop": 1177154238
        }
    ]
}