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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=233",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 234,
    "results": [
        {
            "start": 1259285354,
            "stop": 1259285363
        },
        {
            "start": 1259285366,
            "stop": 1259285465
        },
        {
            "start": 1259285471,
            "stop": 1259285478
        },
        {
            "start": 1259285481,
            "stop": 1259285582
        },
        {
            "start": 1259285585,
            "stop": 1259285588
        },
        {
            "start": 1259285591,
            "stop": 1259285596
        },
        {
            "start": 1259285605,
            "stop": 1259285679
        },
        {
            "start": 1259285682,
            "stop": 1259285720
        },
        {
            "start": 1259285723,
            "stop": 1259285732
        },
        {
            "start": 1259285735,
            "stop": 1259286009
        },
        {
            "start": 1259286012,
            "stop": 1259286038
        },
        {
            "start": 1259286041,
            "stop": 1259286052
        },
        {
            "start": 1259286054,
            "stop": 1259286056
        },
        {
            "start": 1259286059,
            "stop": 1259286062
        },
        {
            "start": 1259286071,
            "stop": 1259286074
        },
        {
            "start": 1259286077,
            "stop": 1259286127
        },
        {
            "start": 1259286132,
            "stop": 1259286133
        },
        {
            "start": 1259286136,
            "stop": 1259286137
        },
        {
            "start": 1259286151,
            "stop": 1259286156
        },
        {
            "start": 1259286159,
            "stop": 1259286167
        }
    ]
}