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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=600",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=598",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 599,
    "results": [
        {
            "start": 1262925729,
            "stop": 1262925891
        },
        {
            "start": 1262925894,
            "stop": 1262925965
        },
        {
            "start": 1262925968,
            "stop": 1262925994
        },
        {
            "start": 1262925997,
            "stop": 1262926038
        },
        {
            "start": 1262926041,
            "stop": 1262926058
        },
        {
            "start": 1262926061,
            "stop": 1262926094
        },
        {
            "start": 1262926097,
            "stop": 1262926106
        },
        {
            "start": 1262926109,
            "stop": 1262926122
        },
        {
            "start": 1262926125,
            "stop": 1262926205
        },
        {
            "start": 1262926211,
            "stop": 1262926217
        },
        {
            "start": 1262926220,
            "stop": 1262926238
        },
        {
            "start": 1262926241,
            "stop": 1262926423
        },
        {
            "start": 1262926426,
            "stop": 1262926444
        },
        {
            "start": 1262926447,
            "stop": 1262926513
        },
        {
            "start": 1262926516,
            "stop": 1262926533
        },
        {
            "start": 1262926536,
            "stop": 1262926642
        },
        {
            "start": 1262926645,
            "stop": 1262926685
        },
        {
            "start": 1262926688,
            "stop": 1262926793
        },
        {
            "start": 1262926801,
            "stop": 1262926923
        },
        {
            "start": 1262926926,
            "stop": 1262927024
        }
    ]
}