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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=167",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 168,
    "results": [
        {
            "start": 1421082082,
            "stop": 1421082088
        },
        {
            "start": 1421092879,
            "stop": 1421094279
        },
        {
            "start": 1421094283,
            "stop": 1421118450
        },
        {
            "start": 1421118455,
            "stop": 1421122967
        },
        {
            "start": 1421122972,
            "stop": 1421135401
        },
        {
            "start": 1421135403,
            "stop": 1421166233
        },
        {
            "start": 1421166236,
            "stop": 1421171450
        },
        {
            "start": 1421171453,
            "stop": 1421171838
        },
        {
            "start": 1421172238,
            "stop": 1421181761
        },
        {
            "start": 1421181766,
            "stop": 1421188367
        },
        {
            "start": 1421188370,
            "stop": 1421194793
        },
        {
            "start": 1421194798,
            "stop": 1421213168
        },
        {
            "start": 1421213171,
            "stop": 1421213501
        },
        {
            "start": 1421213506,
            "stop": 1421227167
        },
        {
            "start": 1421227169,
            "stop": 1421232946
        },
        {
            "start": 1421232950,
            "stop": 1421233570
        },
        {
            "start": 1421233575,
            "stop": 1421239127
        },
        {
            "start": 1421239129,
            "stop": 1421242013
        },
        {
            "start": 1421242018,
            "stop": 1421246491
        },
        {
            "start": 1421246494,
            "stop": 1421247048
        }
    ]
}