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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=329",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 330,
    "results": [
        {
            "start": 1379827741,
            "stop": 1379829335
        },
        {
            "start": 1379829338,
            "stop": 1379849286
        },
        {
            "start": 1379849291,
            "stop": 1379858270
        },
        {
            "start": 1379858274,
            "stop": 1379860879
        },
        {
            "start": 1379860882,
            "stop": 1379864497
        },
        {
            "start": 1379864500,
            "stop": 1379864522
        },
        {
            "start": 1379864526,
            "stop": 1379867644
        },
        {
            "start": 1379867648,
            "stop": 1379871391
        },
        {
            "start": 1379871394,
            "stop": 1379873010
        },
        {
            "start": 1379873014,
            "stop": 1379876441
        },
        {
            "start": 1379885940,
            "stop": 1379888273
        },
        {
            "start": 1379888276,
            "stop": 1379898164
        },
        {
            "start": 1379898169,
            "stop": 1379906040
        },
        {
            "start": 1379906041,
            "stop": 1379908277
        },
        {
            "start": 1379908282,
            "stop": 1379922331
        },
        {
            "start": 1379922336,
            "stop": 1379923390
        },
        {
            "start": 1379923395,
            "stop": 1379926345
        },
        {
            "start": 1379926348,
            "stop": 1379926507
        },
        {
            "start": 1379926509,
            "stop": 1379937917
        },
        {
            "start": 1379937920,
            "stop": 1379940532
        }
    ]
}