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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=10",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 11,
    "results": [
        {
            "start": 1397874381,
            "stop": 1397892742
        },
        {
            "start": 1397892746,
            "stop": 1397898656
        },
        {
            "start": 1397898659,
            "stop": 1397907858
        },
        {
            "start": 1397907861,
            "stop": 1397910177
        },
        {
            "start": 1397910182,
            "stop": 1397914610
        },
        {
            "start": 1397914613,
            "stop": 1397915953
        },
        {
            "start": 1397943555,
            "stop": 1397943597
        },
        {
            "start": 1397943726,
            "stop": 1397957460
        },
        {
            "start": 1397962514,
            "stop": 1397967678
        },
        {
            "start": 1397967683,
            "stop": 1397974060
        },
        {
            "start": 1397974065,
            "stop": 1397974847
        },
        {
            "start": 1397974851,
            "stop": 1397981194
        },
        {
            "start": 1397981199,
            "stop": 1397984776
        },
        {
            "start": 1397984780,
            "stop": 1397996410
        },
        {
            "start": 1397996414,
            "stop": 1398000295
        },
        {
            "start": 1398000298,
            "stop": 1398007494
        },
        {
            "start": 1398007497,
            "stop": 1398007834
        },
        {
            "start": 1398021339,
            "stop": 1398027065
        },
        {
            "start": 1398027068,
            "stop": 1398027083
        },
        {
            "start": 1398027088,
            "stop": 1398044163
        }
    ]
}