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=347
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=348",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=346",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 347,
    "results": [
        {
            "start": 1260611492,
            "stop": 1260611530
        },
        {
            "start": 1260611531,
            "stop": 1260611635
        },
        {
            "start": 1260611638,
            "stop": 1260612028
        },
        {
            "start": 1260612029,
            "stop": 1260612699
        },
        {
            "start": 1260612702,
            "stop": 1260613467
        },
        {
            "start": 1260613468,
            "stop": 1260613719
        },
        {
            "start": 1260613722,
            "stop": 1260613797
        },
        {
            "start": 1260613798,
            "stop": 1260613930
        },
        {
            "start": 1260613933,
            "stop": 1260614122
        },
        {
            "start": 1260614125,
            "stop": 1260614509
        },
        {
            "start": 1260614512,
            "stop": 1260615049
        },
        {
            "start": 1260615052,
            "stop": 1260615114
        },
        {
            "start": 1260615117,
            "stop": 1260615205
        },
        {
            "start": 1260615207,
            "stop": 1260615353
        },
        {
            "start": 1260615354,
            "stop": 1260615605
        },
        {
            "start": 1260615607,
            "stop": 1260615653
        },
        {
            "start": 1260615655,
            "stop": 1260615877
        },
        {
            "start": 1260615878,
            "stop": 1260616246
        },
        {
            "start": 1260616248,
            "stop": 1260617178
        },
        {
            "start": 1260617179,
            "stop": 1260617234
        }
    ]
}