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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 46,
    "results": [
        {
            "start": 1401638743,
            "stop": 1401649293
        },
        {
            "start": 1401663791,
            "stop": 1401680622
        },
        {
            "start": 1401680626,
            "stop": 1401682599
        },
        {
            "start": 1401682603,
            "stop": 1401686269
        },
        {
            "start": 1401686271,
            "stop": 1401691904
        },
        {
            "start": 1401691908,
            "stop": 1401714028
        },
        {
            "start": 1401714032,
            "stop": 1401718732
        },
        {
            "start": 1401718737,
            "stop": 1401719428
        },
        {
            "start": 1401732344,
            "stop": 1401733226
        },
        {
            "start": 1401733231,
            "stop": 1401735061
        },
        {
            "start": 1401742157,
            "stop": 1401747448
        },
        {
            "start": 1401747453,
            "stop": 1401751856
        },
        {
            "start": 1401751859,
            "stop": 1401756157
        },
        {
            "start": 1401756161,
            "stop": 1401759121
        },
        {
            "start": 1401759124,
            "stop": 1401760098
        },
        {
            "start": 1401760103,
            "stop": 1401763823
        },
        {
            "start": 1401763828,
            "stop": 1401764358
        },
        {
            "start": 1401764361,
            "stop": 1401767918
        },
        {
            "start": 1401767923,
            "stop": 1401768591
        },
        {
            "start": 1401768594,
            "stop": 1401769574
        }
    ]
}