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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 199,
    "results": [
        {
            "start": 1375144855,
            "stop": 1375144923
        },
        {
            "start": 1375144928,
            "stop": 1375147202
        },
        {
            "start": 1375147204,
            "stop": 1375147335
        },
        {
            "start": 1375147339,
            "stop": 1375148455
        },
        {
            "start": 1375148457,
            "stop": 1375150030
        },
        {
            "start": 1375150032,
            "stop": 1375152390
        },
        {
            "start": 1375152392,
            "stop": 1375155072
        },
        {
            "start": 1375155073,
            "stop": 1375156407
        },
        {
            "start": 1375156411,
            "stop": 1375156659
        },
        {
            "start": 1375156663,
            "stop": 1375157019
        },
        {
            "start": 1375157022,
            "stop": 1375162293
        },
        {
            "start": 1375162296,
            "stop": 1375162419
        },
        {
            "start": 1375162420,
            "stop": 1375165302
        },
        {
            "start": 1375165307,
            "stop": 1375166221
        },
        {
            "start": 1375166223,
            "stop": 1375169856
        },
        {
            "start": 1375169858,
            "stop": 1375172352
        },
        {
            "start": 1375172353,
            "stop": 1375174712
        },
        {
            "start": 1375174714,
            "stop": 1375176633
        },
        {
            "start": 1375176635,
            "stop": 1375178823
        },
        {
            "start": 1375178825,
            "stop": 1375180862
        }
    ]
}