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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 195,
    "results": [
        {
            "start": 1374804554,
            "stop": 1374805353
        },
        {
            "start": 1374805354,
            "stop": 1374810815
        },
        {
            "start": 1374810817,
            "stop": 1374812952
        },
        {
            "start": 1374812956,
            "stop": 1374813532
        },
        {
            "start": 1374813537,
            "stop": 1374817667
        },
        {
            "start": 1374817669,
            "stop": 1374819278
        },
        {
            "start": 1374819280,
            "stop": 1374821321
        },
        {
            "start": 1374821323,
            "stop": 1374822159
        },
        {
            "start": 1374822161,
            "stop": 1374826200
        },
        {
            "start": 1374826201,
            "stop": 1374828392
        },
        {
            "start": 1374828393,
            "stop": 1374832135
        },
        {
            "start": 1374832138,
            "stop": 1374832611
        },
        {
            "start": 1374832613,
            "stop": 1374835758
        },
        {
            "start": 1374835761,
            "stop": 1374835853
        },
        {
            "start": 1374835856,
            "stop": 1374835912
        },
        {
            "start": 1374874753,
            "stop": 1374875451
        },
        {
            "start": 1374875453,
            "stop": 1374875804
        },
        {
            "start": 1374876598,
            "stop": 1374878509
        },
        {
            "start": 1374878510,
            "stop": 1374880624
        },
        {
            "start": 1374880627,
            "stop": 1374880723
        }
    ]
}