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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2366",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2367,
    "results": [
        {
            "start": 872425722,
            "stop": 872428507
        },
        {
            "start": 872428524,
            "stop": 872429223
        },
        {
            "start": 872429240,
            "stop": 872429707
        },
        {
            "start": 872429724,
            "stop": 872430254
        },
        {
            "start": 872430271,
            "stop": 872430579
        },
        {
            "start": 872430596,
            "stop": 872433060
        },
        {
            "start": 872433077,
            "stop": 872433120
        },
        {
            "start": 872433137,
            "stop": 872433900
        },
        {
            "start": 872433960,
            "stop": 872434790
        },
        {
            "start": 872434930,
            "stop": 872435416
        },
        {
            "start": 872435433,
            "stop": 872435548
        },
        {
            "start": 872435565,
            "stop": 872436473
        },
        {
            "start": 872436477,
            "stop": 872436582
        },
        {
            "start": 872436617,
            "stop": 872437059
        },
        {
            "start": 872437098,
            "stop": 872437831
        },
        {
            "start": 872437848,
            "stop": 872437850
        },
        {
            "start": 872437930,
            "stop": 872438135
        },
        {
            "start": 872438152,
            "stop": 872438234
        },
        {
            "start": 872438251,
            "stop": 872438864
        },
        {
            "start": 872438900,
            "stop": 872439124
        }
    ]
}