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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=927",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=925",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 926,
    "results": [
        {
            "start": 1251513216,
            "stop": 1251513448
        },
        {
            "start": 1251513451,
            "stop": 1251514029
        },
        {
            "start": 1251514033,
            "stop": 1251514277
        },
        {
            "start": 1251514281,
            "stop": 1251515447
        },
        {
            "start": 1251515451,
            "stop": 1251515544
        },
        {
            "start": 1251515547,
            "stop": 1251515878
        },
        {
            "start": 1251515883,
            "stop": 1251516003
        },
        {
            "start": 1251516007,
            "stop": 1251516199
        },
        {
            "start": 1251516204,
            "stop": 1251516410
        },
        {
            "start": 1251516414,
            "stop": 1251516741
        },
        {
            "start": 1251516744,
            "stop": 1251517154
        },
        {
            "start": 1251517158,
            "stop": 1251517358
        },
        {
            "start": 1251517362,
            "stop": 1251518507
        },
        {
            "start": 1251518511,
            "stop": 1251519400
        },
        {
            "start": 1251519404,
            "stop": 1251519796
        },
        {
            "start": 1251519800,
            "stop": 1251520021
        },
        {
            "start": 1251520025,
            "stop": 1251520385
        },
        {
            "start": 1251520390,
            "stop": 1251520423
        },
        {
            "start": 1251520426,
            "stop": 1251520874
        },
        {
            "start": 1251521139,
            "stop": 1251524678
        }
    ]
}