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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 96,
    "results": [
        {
            "start": 1371618075,
            "stop": 1371620171
        },
        {
            "start": 1371620172,
            "stop": 1371622312
        },
        {
            "start": 1371622314,
            "stop": 1371624356
        },
        {
            "start": 1371624358,
            "stop": 1371624860
        },
        {
            "start": 1371624864,
            "stop": 1371626595
        },
        {
            "start": 1371626596,
            "stop": 1371628608
        },
        {
            "start": 1371628610,
            "stop": 1371632755
        },
        {
            "start": 1371632756,
            "stop": 1371634970
        },
        {
            "start": 1371634972,
            "stop": 1371636677
        },
        {
            "start": 1371636678,
            "stop": 1371637881
        },
        {
            "start": 1371637883,
            "stop": 1371645768
        },
        {
            "start": 1371645769,
            "stop": 1371647732
        },
        {
            "start": 1371647734,
            "stop": 1371652048
        },
        {
            "start": 1371652049,
            "stop": 1371654971
        },
        {
            "start": 1371654972,
            "stop": 1371657097
        },
        {
            "start": 1371657099,
            "stop": 1371668642
        },
        {
            "start": 1371668646,
            "stop": 1371669626
        },
        {
            "start": 1371669627,
            "stop": 1371671300
        },
        {
            "start": 1371671302,
            "stop": 1371671795
        },
        {
            "start": 1371671797,
            "stop": 1371672018
        }
    ]
}