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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=395",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 396,
    "results": [
        {
            "start": 1261048995,
            "stop": 1261048997
        },
        {
            "start": 1261049000,
            "stop": 1261049020
        },
        {
            "start": 1261049026,
            "stop": 1261049028
        },
        {
            "start": 1261049030,
            "stop": 1261049066
        },
        {
            "start": 1261049069,
            "stop": 1261049071
        },
        {
            "start": 1261049074,
            "stop": 1261049079
        },
        {
            "start": 1261049081,
            "stop": 1261049176
        },
        {
            "start": 1261049178,
            "stop": 1261049949
        },
        {
            "start": 1261049952,
            "stop": 1261049966
        },
        {
            "start": 1261049968,
            "stop": 1261049973
        },
        {
            "start": 1261049974,
            "stop": 1261049992
        },
        {
            "start": 1261049995,
            "stop": 1261050013
        },
        {
            "start": 1261050016,
            "stop": 1261050017
        },
        {
            "start": 1261050020,
            "stop": 1261050035
        },
        {
            "start": 1261050038,
            "stop": 1261050040
        },
        {
            "start": 1261050046,
            "stop": 1261050052
        },
        {
            "start": 1261050055,
            "stop": 1261050066
        },
        {
            "start": 1261050069,
            "stop": 1261050071
        },
        {
            "start": 1261050074,
            "stop": 1261050079
        },
        {
            "start": 1261050082,
            "stop": 1261050107
        }
    ]
}