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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 75,
    "results": [
        {
            "start": 1370937441,
            "stop": 1370938022
        },
        {
            "start": 1370938024,
            "stop": 1370939259
        },
        {
            "start": 1370939261,
            "stop": 1370939842
        },
        {
            "start": 1370939844,
            "stop": 1370940947
        },
        {
            "start": 1370940949,
            "stop": 1370941731
        },
        {
            "start": 1370941733,
            "stop": 1370941750
        },
        {
            "start": 1370948222,
            "stop": 1370950091
        },
        {
            "start": 1370950093,
            "stop": 1370950727
        },
        {
            "start": 1370950732,
            "stop": 1370952068
        },
        {
            "start": 1370952070,
            "stop": 1370952590
        },
        {
            "start": 1370952592,
            "stop": 1370953093
        },
        {
            "start": 1370953097,
            "stop": 1370953751
        },
        {
            "start": 1370953753,
            "stop": 1370956472
        },
        {
            "start": 1370956474,
            "stop": 1370957082
        },
        {
            "start": 1370957085,
            "stop": 1370958447
        },
        {
            "start": 1370958450,
            "stop": 1370958659
        },
        {
            "start": 1370958661,
            "stop": 1370960877
        },
        {
            "start": 1370960879,
            "stop": 1370961442
        },
        {
            "start": 1370961447,
            "stop": 1370962466
        },
        {
            "start": 1370962467,
            "stop": 1370963007
        }
    ]
}