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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=288",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 289,
    "results": [
        {
            "start": 1260209357,
            "stop": 1260209372
        },
        {
            "start": 1260209374,
            "stop": 1260209471
        },
        {
            "start": 1260209473,
            "stop": 1260209877
        },
        {
            "start": 1260209878,
            "stop": 1260210177
        },
        {
            "start": 1260210178,
            "stop": 1260210232
        },
        {
            "start": 1260210235,
            "stop": 1260210470
        },
        {
            "start": 1260210471,
            "stop": 1260210625
        },
        {
            "start": 1260210627,
            "stop": 1260210629
        },
        {
            "start": 1260210631,
            "stop": 1260210792
        },
        {
            "start": 1260210794,
            "stop": 1260210854
        },
        {
            "start": 1260210855,
            "stop": 1260211117
        },
        {
            "start": 1260211118,
            "stop": 1260211146
        },
        {
            "start": 1260211147,
            "stop": 1260211342
        },
        {
            "start": 1260211343,
            "stop": 1260211452
        },
        {
            "start": 1260211453,
            "stop": 1260211642
        },
        {
            "start": 1260211643,
            "stop": 1260211818
        },
        {
            "start": 1260211820,
            "stop": 1260212387
        },
        {
            "start": 1260212388,
            "stop": 1260212488
        },
        {
            "start": 1260212496,
            "stop": 1260212958
        },
        {
            "start": 1260212959,
            "stop": 1260212994
        }
    ]
}