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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 76,
    "results": [
        {
            "start": 1370963009,
            "stop": 1370965278
        },
        {
            "start": 1370965280,
            "stop": 1370966152
        },
        {
            "start": 1370966157,
            "stop": 1370966685
        },
        {
            "start": 1370966687,
            "stop": 1370966692
        },
        {
            "start": 1370966693,
            "stop": 1370966918
        },
        {
            "start": 1370966920,
            "stop": 1370966925
        },
        {
            "start": 1370966927,
            "stop": 1370966955
        },
        {
            "start": 1370966957,
            "stop": 1370967075
        },
        {
            "start": 1370967077,
            "stop": 1370967081
        },
        {
            "start": 1370967082,
            "stop": 1370967091
        },
        {
            "start": 1370967093,
            "stop": 1370967121
        },
        {
            "start": 1370967123,
            "stop": 1370967383
        },
        {
            "start": 1370968852,
            "stop": 1370969061
        },
        {
            "start": 1370969063,
            "stop": 1370969543
        },
        {
            "start": 1370969544,
            "stop": 1370970817
        },
        {
            "start": 1370970875,
            "stop": 1370971030
        },
        {
            "start": 1370971032,
            "stop": 1370971547
        },
        {
            "start": 1370971548,
            "stop": 1370973895
        },
        {
            "start": 1370973897,
            "stop": 1370976041
        },
        {
            "start": 1370976043,
            "stop": 1370978043
        }
    ]
}