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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=338",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 339,
    "results": [
        {
            "start": 821750382,
            "stop": 821750392
        },
        {
            "start": 821750397,
            "stop": 821750413
        },
        {
            "start": 821750416,
            "stop": 821750417
        },
        {
            "start": 821750420,
            "stop": 821750421
        },
        {
            "start": 821750425,
            "stop": 821750428
        },
        {
            "start": 821750434,
            "stop": 821750435
        },
        {
            "start": 821750438,
            "stop": 821750442
        },
        {
            "start": 821750445,
            "stop": 821750446
        },
        {
            "start": 821750452,
            "stop": 821750461
        },
        {
            "start": 821750464,
            "stop": 821750504
        },
        {
            "start": 821750512,
            "stop": 821750516
        },
        {
            "start": 821750523,
            "stop": 821750525
        },
        {
            "start": 821750528,
            "stop": 821750531
        },
        {
            "start": 821750534,
            "stop": 821750535
        },
        {
            "start": 821750538,
            "stop": 821750540
        },
        {
            "start": 821750546,
            "stop": 821750549
        },
        {
            "start": 821750553,
            "stop": 821750563
        },
        {
            "start": 821750568,
            "stop": 821750573
        },
        {
            "start": 821750577,
            "stop": 821750579
        },
        {
            "start": 821750582,
            "stop": 821750592
        }
    ]
}