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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46808",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46809,
    "results": [
        {
            "start": 875125363,
            "stop": 875125373
        },
        {
            "start": 875125374,
            "stop": 875125390
        },
        {
            "start": 875125391,
            "stop": 875125393
        },
        {
            "start": 875125395,
            "stop": 875125396
        },
        {
            "start": 875125397,
            "stop": 875125410
        },
        {
            "start": 875125411,
            "stop": 875125415
        },
        {
            "start": 875125417,
            "stop": 875125448
        },
        {
            "start": 875125449,
            "stop": 875125462
        },
        {
            "start": 875125463,
            "stop": 875125466
        },
        {
            "start": 875125467,
            "stop": 875125479
        },
        {
            "start": 875125480,
            "stop": 875125504
        },
        {
            "start": 875125505,
            "stop": 875125516
        },
        {
            "start": 875125517,
            "stop": 875125519
        },
        {
            "start": 875125520,
            "stop": 875125522
        },
        {
            "start": 875125523,
            "stop": 875125524
        },
        {
            "start": 875125525,
            "stop": 875125529
        },
        {
            "start": 875125531,
            "stop": 875125543
        },
        {
            "start": 875125545,
            "stop": 875125563
        },
        {
            "start": 875125564,
            "stop": 875125565
        },
        {
            "start": 875125566,
            "stop": 875125577
        }
    ]
}