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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=336",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 337,
    "results": [
        {
            "start": 1240285290,
            "stop": 1240287869
        },
        {
            "start": 1240287873,
            "stop": 1240290493
        },
        {
            "start": 1240290497,
            "stop": 1240290580
        },
        {
            "start": 1240290584,
            "stop": 1240291052
        },
        {
            "start": 1240291055,
            "stop": 1240292627
        },
        {
            "start": 1240292631,
            "stop": 1240293149
        },
        {
            "start": 1240293153,
            "stop": 1240294859
        },
        {
            "start": 1240294864,
            "stop": 1240299897
        },
        {
            "start": 1240299901,
            "stop": 1240300589
        },
        {
            "start": 1240300593,
            "stop": 1240302761
        },
        {
            "start": 1240302764,
            "stop": 1240303059
        },
        {
            "start": 1240303072,
            "stop": 1240303084
        },
        {
            "start": 1240303089,
            "stop": 1240303133
        },
        {
            "start": 1240303137,
            "stop": 1240303200
        },
        {
            "start": 1240303203,
            "stop": 1240305669
        },
        {
            "start": 1240305674,
            "stop": 1240305731
        },
        {
            "start": 1240305825,
            "stop": 1240309508
        },
        {
            "start": 1240309513,
            "stop": 1240310016
        },
        {
            "start": 1240310020,
            "stop": 1240311318
        },
        {
            "start": 1240311322,
            "stop": 1240313146
        }
    ]
}