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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=299",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 300,
    "results": [
        {
            "start": 1377826071,
            "stop": 1377827156
        },
        {
            "start": 1377827158,
            "stop": 1377827916
        },
        {
            "start": 1377827917,
            "stop": 1377829155
        },
        {
            "start": 1377829160,
            "stop": 1377833725
        },
        {
            "start": 1377833727,
            "stop": 1377833735
        },
        {
            "start": 1377833737,
            "stop": 1377833766
        },
        {
            "start": 1377833768,
            "stop": 1377834097
        },
        {
            "start": 1377834099,
            "stop": 1377834965
        },
        {
            "start": 1377834966,
            "stop": 1377835864
        },
        {
            "start": 1377835866,
            "stop": 1377836976
        },
        {
            "start": 1377836980,
            "stop": 1377839944
        },
        {
            "start": 1377839946,
            "stop": 1377840494
        },
        {
            "start": 1377840495,
            "stop": 1377842349
        },
        {
            "start": 1377842350,
            "stop": 1377843075
        },
        {
            "start": 1377843077,
            "stop": 1377844206
        },
        {
            "start": 1377844208,
            "stop": 1377844429
        },
        {
            "start": 1377844433,
            "stop": 1377845415
        },
        {
            "start": 1377845419,
            "stop": 1377846666
        },
        {
            "start": 1377846668,
            "stop": 1377849054
        },
        {
            "start": 1377849056,
            "stop": 1377850976
        }
    ]
}