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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=98",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 99,
    "results": [
        {
            "start": 1408238066,
            "stop": 1408239512
        },
        {
            "start": 1408239517,
            "stop": 1408239980
        },
        {
            "start": 1408239985,
            "stop": 1408242907
        },
        {
            "start": 1408242910,
            "stop": 1408244489
        },
        {
            "start": 1408244492,
            "stop": 1408247149
        },
        {
            "start": 1408247154,
            "stop": 1408251414
        },
        {
            "start": 1408251417,
            "stop": 1408257090
        },
        {
            "start": 1408257094,
            "stop": 1408261075
        },
        {
            "start": 1408261080,
            "stop": 1408261559
        },
        {
            "start": 1408261562,
            "stop": 1408280009
        },
        {
            "start": 1408280014,
            "stop": 1408280472
        },
        {
            "start": 1408280477,
            "stop": 1408286819
        },
        {
            "start": 1408286821,
            "stop": 1408298473
        },
        {
            "start": 1408298477,
            "stop": 1408300091
        },
        {
            "start": 1408300095,
            "stop": 1408302026
        },
        {
            "start": 1408316753,
            "stop": 1408324732
        },
        {
            "start": 1408324735,
            "stop": 1408325553
        },
        {
            "start": 1408325556,
            "stop": 1408357136
        },
        {
            "start": 1408357140,
            "stop": 1408362827
        },
        {
            "start": 1408362830,
            "stop": 1408375818
        }
    ]
}