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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=333",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 334,
    "results": [
        {
            "start": 1181191708,
            "stop": 1181193124
        },
        {
            "start": 1181193127,
            "stop": 1181194413
        },
        {
            "start": 1181194414,
            "stop": 1181194605
        },
        {
            "start": 1181194609,
            "stop": 1181194780
        },
        {
            "start": 1181194783,
            "stop": 1181196261
        },
        {
            "start": 1181196262,
            "stop": 1181197796
        },
        {
            "start": 1181197797,
            "stop": 1181197995
        },
        {
            "start": 1181197996,
            "stop": 1181198917
        },
        {
            "start": 1181198918,
            "stop": 1181200131
        },
        {
            "start": 1181200132,
            "stop": 1181200733
        },
        {
            "start": 1181200734,
            "stop": 1181203369
        },
        {
            "start": 1181203370,
            "stop": 1181205295
        },
        {
            "start": 1181205296,
            "stop": 1181207460
        },
        {
            "start": 1181207461,
            "stop": 1181209050
        },
        {
            "start": 1181209051,
            "stop": 1181209384
        },
        {
            "start": 1181209385,
            "stop": 1181211469
        },
        {
            "start": 1181211470,
            "stop": 1181213365
        },
        {
            "start": 1181213366,
            "stop": 1181215509
        },
        {
            "start": 1181215510,
            "stop": 1181215888
        },
        {
            "start": 1181215889,
            "stop": 1181216645
        }
    ]
}