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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=292",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 293,
    "results": [
        {
            "start": 1377581729,
            "stop": 1377583516
        },
        {
            "start": 1377583518,
            "stop": 1377584105
        },
        {
            "start": 1377584110,
            "stop": 1377585614
        },
        {
            "start": 1377585616,
            "stop": 1377587630
        },
        {
            "start": 1377587631,
            "stop": 1377589853
        },
        {
            "start": 1377589854,
            "stop": 1377591720
        },
        {
            "start": 1377591722,
            "stop": 1377594123
        },
        {
            "start": 1377594125,
            "stop": 1377596095
        },
        {
            "start": 1377596097,
            "stop": 1377598454
        },
        {
            "start": 1377598455,
            "stop": 1377599222
        },
        {
            "start": 1377599225,
            "stop": 1377600404
        },
        {
            "start": 1377600406,
            "stop": 1377602674
        },
        {
            "start": 1377602676,
            "stop": 1377604865
        },
        {
            "start": 1377604866,
            "stop": 1377607103
        },
        {
            "start": 1377607105,
            "stop": 1377609205
        },
        {
            "start": 1377609207,
            "stop": 1377611603
        },
        {
            "start": 1377611605,
            "stop": 1377613852
        },
        {
            "start": 1377613854,
            "stop": 1377616306
        },
        {
            "start": 1377616308,
            "stop": 1377618503
        },
        {
            "start": 1377618505,
            "stop": 1377621519
        }
    ]
}