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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=274",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 275,
    "results": [
        {
            "start": 1174619589,
            "stop": 1174620693
        },
        {
            "start": 1174620695,
            "stop": 1174621964
        },
        {
            "start": 1174621966,
            "stop": 1174622908
        },
        {
            "start": 1174622910,
            "stop": 1174623926
        },
        {
            "start": 1174623928,
            "stop": 1174624996
        },
        {
            "start": 1174624998,
            "stop": 1174625928
        },
        {
            "start": 1174625930,
            "stop": 1174627024
        },
        {
            "start": 1174627026,
            "stop": 1174628269
        },
        {
            "start": 1174628271,
            "stop": 1174629661
        },
        {
            "start": 1174629663,
            "stop": 1174630920
        },
        {
            "start": 1174630922,
            "stop": 1174632167
        },
        {
            "start": 1174632169,
            "stop": 1174633456
        },
        {
            "start": 1174633458,
            "stop": 1174634668
        },
        {
            "start": 1174634670,
            "stop": 1174635805
        },
        {
            "start": 1174635807,
            "stop": 1174636867
        },
        {
            "start": 1174636869,
            "stop": 1174637846
        },
        {
            "start": 1174637848,
            "stop": 1174639188
        },
        {
            "start": 1174639190,
            "stop": 1174640395
        },
        {
            "start": 1174640397,
            "stop": 1174641708
        },
        {
            "start": 1174641710,
            "stop": 1174642669
        }
    ]
}