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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=787",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=785",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 786,
    "results": [
        {
            "start": 1249771607,
            "stop": 1249771622
        },
        {
            "start": 1249771624,
            "stop": 1249771625
        },
        {
            "start": 1249771626,
            "stop": 1249771663
        },
        {
            "start": 1249771666,
            "stop": 1249771687
        },
        {
            "start": 1249771688,
            "stop": 1249771689
        },
        {
            "start": 1249771691,
            "stop": 1249771705
        },
        {
            "start": 1249771711,
            "stop": 1249771737
        },
        {
            "start": 1249771739,
            "stop": 1249771767
        },
        {
            "start": 1249771771,
            "stop": 1249771785
        },
        {
            "start": 1249771790,
            "stop": 1249771792
        },
        {
            "start": 1249771798,
            "stop": 1249771802
        },
        {
            "start": 1249771804,
            "stop": 1249771881
        },
        {
            "start": 1249771886,
            "stop": 1249771927
        },
        {
            "start": 1249771930,
            "stop": 1249771969
        },
        {
            "start": 1249771971,
            "stop": 1249772083
        },
        {
            "start": 1249772090,
            "stop": 1249772091
        },
        {
            "start": 1249772093,
            "stop": 1249772094
        },
        {
            "start": 1249772096,
            "stop": 1249772097
        },
        {
            "start": 1249772098,
            "stop": 1249772181
        },
        {
            "start": 1249772183,
            "stop": 1249772190
        }
    ]
}