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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4692",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4693,
    "results": [
        {
            "start": 874375020,
            "stop": 874375024
        },
        {
            "start": 874375067,
            "stop": 874375080
        },
        {
            "start": 874375200,
            "stop": 874375237
        },
        {
            "start": 874375256,
            "stop": 874375260
        },
        {
            "start": 874375314,
            "stop": 874375325
        },
        {
            "start": 874375362,
            "stop": 874375405
        },
        {
            "start": 874375425,
            "stop": 874375438
        },
        {
            "start": 874375506,
            "stop": 874375514
        },
        {
            "start": 874375570,
            "stop": 874375581
        },
        {
            "start": 874375600,
            "stop": 874375620
        },
        {
            "start": 874375680,
            "stop": 874375710
        },
        {
            "start": 874375730,
            "stop": 874375827
        },
        {
            "start": 874375846,
            "stop": 874375951
        },
        {
            "start": 874375994,
            "stop": 874376008
        },
        {
            "start": 874376033,
            "stop": 874376037
        },
        {
            "start": 874376069,
            "stop": 874376106
        },
        {
            "start": 874376125,
            "stop": 874376152
        },
        {
            "start": 874376171,
            "stop": 874376224
        },
        {
            "start": 874376255,
            "stop": 874376330
        },
        {
            "start": 874376351,
            "stop": 874376431
        }
    ]
}