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_CAT2/segments?format=api&page=326
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=325",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 326,
    "results": [
        {
            "start": 1379188733,
            "stop": 1379191617
        },
        {
            "start": 1379191620,
            "stop": 1379208992
        },
        {
            "start": 1379208997,
            "stop": 1379238048
        },
        {
            "start": 1379238051,
            "stop": 1379251449
        },
        {
            "start": 1379251453,
            "stop": 1379255856
        },
        {
            "start": 1379255860,
            "stop": 1379257176
        },
        {
            "start": 1379269231,
            "stop": 1379271626
        },
        {
            "start": 1379283428,
            "stop": 1379294991
        },
        {
            "start": 1379294995,
            "stop": 1379298780
        },
        {
            "start": 1379298784,
            "stop": 1379307717
        },
        {
            "start": 1379307722,
            "stop": 1379323395
        },
        {
            "start": 1379323399,
            "stop": 1379325295
        },
        {
            "start": 1379325300,
            "stop": 1379328234
        },
        {
            "start": 1379328238,
            "stop": 1379328831
        },
        {
            "start": 1379328834,
            "stop": 1379343781
        },
        {
            "start": 1379343784,
            "stop": 1379346402
        },
        {
            "start": 1379346406,
            "stop": 1379347716
        },
        {
            "start": 1379347720,
            "stop": 1379353494
        },
        {
            "start": 1379353496,
            "stop": 1379353706
        },
        {
            "start": 1379357380,
            "stop": 1379357827
        }
    ]
}