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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 7,
    "results": [
        {
            "start": 1369064347,
            "stop": 1369066307
        },
        {
            "start": 1369066309,
            "stop": 1369067476
        },
        {
            "start": 1369067477,
            "stop": 1369067888
        },
        {
            "start": 1369067892,
            "stop": 1369068667
        },
        {
            "start": 1369068669,
            "stop": 1369071013
        },
        {
            "start": 1369071015,
            "stop": 1369072127
        },
        {
            "start": 1369072129,
            "stop": 1369073472
        },
        {
            "start": 1369073474,
            "stop": 1369074153
        },
        {
            "start": 1369076473,
            "stop": 1369077661
        },
        {
            "start": 1369077663,
            "stop": 1369077768
        },
        {
            "start": 1369077770,
            "stop": 1369081545
        },
        {
            "start": 1369081547,
            "stop": 1369084633
        },
        {
            "start": 1369084637,
            "stop": 1369085920
        },
        {
            "start": 1369085922,
            "stop": 1369085972
        },
        {
            "start": 1369085977,
            "stop": 1369086429
        },
        {
            "start": 1369086432,
            "stop": 1369089929
        },
        {
            "start": 1369089930,
            "stop": 1369094364
        },
        {
            "start": 1369094366,
            "stop": 1369096682
        },
        {
            "start": 1369096684,
            "stop": 1369098798
        },
        {
            "start": 1369098800,
            "stop": 1369101106
        }
    ]
}