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=570
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=571",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=569",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 570,
    "results": [
        {
            "start": 1262845132,
            "stop": 1262845134
        },
        {
            "start": 1262845136,
            "stop": 1262845156
        },
        {
            "start": 1262845168,
            "stop": 1262845200
        },
        {
            "start": 1262845207,
            "stop": 1262845209
        },
        {
            "start": 1262845212,
            "stop": 1262845213
        },
        {
            "start": 1262845218,
            "stop": 1262845222
        },
        {
            "start": 1262845224,
            "stop": 1262845405
        },
        {
            "start": 1262845408,
            "stop": 1262846031
        },
        {
            "start": 1262846034,
            "stop": 1262847160
        },
        {
            "start": 1262847163,
            "stop": 1262850726
        },
        {
            "start": 1262850729,
            "stop": 1262851651
        },
        {
            "start": 1262851654,
            "stop": 1262852496
        },
        {
            "start": 1262852499,
            "stop": 1262854870
        },
        {
            "start": 1262854873,
            "stop": 1262855145
        },
        {
            "start": 1262855148,
            "stop": 1262857695
        },
        {
            "start": 1262857698,
            "stop": 1262857885
        },
        {
            "start": 1262857893,
            "stop": 1262858860
        },
        {
            "start": 1262863942,
            "stop": 1262864261
        },
        {
            "start": 1262864264,
            "stop": 1262864407
        },
        {
            "start": 1262864409,
            "stop": 1262867612
        }
    ]
}