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=867
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=868",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=866",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 867,
    "results": [
        {
            "start": 1250881794,
            "stop": 1250886095
        },
        {
            "start": 1250886099,
            "stop": 1250886565
        },
        {
            "start": 1250886573,
            "stop": 1250892521
        },
        {
            "start": 1250894561,
            "stop": 1250899851
        },
        {
            "start": 1250899852,
            "stop": 1250918565
        },
        {
            "start": 1250918568,
            "stop": 1250921620
        },
        {
            "start": 1250921624,
            "stop": 1250921634
        },
        {
            "start": 1250921637,
            "stop": 1250926714
        },
        {
            "start": 1250926718,
            "stop": 1250928473
        },
        {
            "start": 1250928477,
            "stop": 1250928865
        },
        {
            "start": 1250928869,
            "stop": 1250928907
        },
        {
            "start": 1250928911,
            "stop": 1250931013
        },
        {
            "start": 1250931017,
            "stop": 1250933608
        },
        {
            "start": 1250933611,
            "stop": 1250934087
        },
        {
            "start": 1250934091,
            "stop": 1250935107
        },
        {
            "start": 1250935110,
            "stop": 1250936176
        },
        {
            "start": 1250936180,
            "stop": 1250938514
        },
        {
            "start": 1250938518,
            "stop": 1250942304
        },
        {
            "start": 1250942308,
            "stop": 1250942994
        },
        {
            "start": 1250942997,
            "stop": 1250943559
        }
    ]
}