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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 103,
    "results": [
        {
            "start": 1371885267,
            "stop": 1371887463
        },
        {
            "start": 1371887465,
            "stop": 1371889530
        },
        {
            "start": 1371889532,
            "stop": 1371891730
        },
        {
            "start": 1371891732,
            "stop": 1371893591
        },
        {
            "start": 1371893593,
            "stop": 1371895658
        },
        {
            "start": 1371895659,
            "stop": 1371898427
        },
        {
            "start": 1371898429,
            "stop": 1371900353
        },
        {
            "start": 1371900355,
            "stop": 1371902648
        },
        {
            "start": 1371902651,
            "stop": 1371902887
        },
        {
            "start": 1371902889,
            "stop": 1371906878
        },
        {
            "start": 1371906879,
            "stop": 1371908080
        },
        {
            "start": 1371908081,
            "stop": 1371908301
        },
        {
            "start": 1371908306,
            "stop": 1371908858
        },
        {
            "start": 1371932734,
            "stop": 1371932748
        },
        {
            "start": 1371932770,
            "stop": 1371932798
        },
        {
            "start": 1371932883,
            "stop": 1371933518
        },
        {
            "start": 1371933520,
            "stop": 1371933964
        },
        {
            "start": 1371933966,
            "stop": 1371934903
        },
        {
            "start": 1371934905,
            "stop": 1371935349
        },
        {
            "start": 1371935351,
            "stop": 1371936187
        }
    ]
}