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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 88,
    "results": [
        {
            "start": 1371297734,
            "stop": 1371298391
        },
        {
            "start": 1371298392,
            "stop": 1371299372
        },
        {
            "start": 1371299374,
            "stop": 1371301914
        },
        {
            "start": 1371301916,
            "stop": 1371303215
        },
        {
            "start": 1371326758,
            "stop": 1371327050
        },
        {
            "start": 1371327051,
            "stop": 1371327537
        },
        {
            "start": 1371327538,
            "stop": 1371329725
        },
        {
            "start": 1371329729,
            "stop": 1371329791
        },
        {
            "start": 1371329793,
            "stop": 1371331204
        },
        {
            "start": 1371331205,
            "stop": 1371331782
        },
        {
            "start": 1371331784,
            "stop": 1371333864
        },
        {
            "start": 1371342739,
            "stop": 1371342894
        },
        {
            "start": 1371342895,
            "stop": 1371344523
        },
        {
            "start": 1371344525,
            "stop": 1371344681
        },
        {
            "start": 1371344686,
            "stop": 1371344697
        },
        {
            "start": 1371348469,
            "stop": 1371349077
        },
        {
            "start": 1371349079,
            "stop": 1371349754
        },
        {
            "start": 1371349756,
            "stop": 1371349783
        },
        {
            "start": 1371349784,
            "stop": 1371350934
        },
        {
            "start": 1371350936,
            "stop": 1371351646
        }
    ]
}