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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=136",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 137,
    "results": [
        {
            "start": 829063663,
            "stop": 829063664
        },
        {
            "start": 829063806,
            "stop": 829066213
        },
        {
            "start": 829066244,
            "stop": 829066246
        },
        {
            "start": 829066288,
            "stop": 829066291
        },
        {
            "start": 829066370,
            "stop": 829066423
        },
        {
            "start": 829067533,
            "stop": 829071226
        },
        {
            "start": 829073975,
            "stop": 829073978
        },
        {
            "start": 829074046,
            "stop": 829074235
        },
        {
            "start": 829074248,
            "stop": 829074273
        },
        {
            "start": 829074286,
            "stop": 829074297
        },
        {
            "start": 829074300,
            "stop": 829074306
        },
        {
            "start": 829074342,
            "stop": 829074390
        },
        {
            "start": 829074395,
            "stop": 829074492
        },
        {
            "start": 829074496,
            "stop": 829074511
        },
        {
            "start": 829074525,
            "stop": 829074566
        },
        {
            "start": 829074570,
            "stop": 829074575
        },
        {
            "start": 829074579,
            "stop": 829074628
        },
        {
            "start": 829074641,
            "stop": 829074647
        },
        {
            "start": 829074661,
            "stop": 829074703
        },
        {
            "start": 829074716,
            "stop": 829074829
        }
    ]
}