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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=130",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 131,
    "results": [
        {
            "start": 931723191,
            "stop": 931723271
        },
        {
            "start": 931723305,
            "stop": 931723313
        },
        {
            "start": 931723325,
            "stop": 931723328
        },
        {
            "start": 931723382,
            "stop": 931723383
        },
        {
            "start": 931723397,
            "stop": 931723402
        },
        {
            "start": 931723417,
            "stop": 931723419
        },
        {
            "start": 931723426,
            "stop": 931723430
        },
        {
            "start": 931723447,
            "stop": 931723449
        },
        {
            "start": 931723462,
            "stop": 931723469
        },
        {
            "start": 931723477,
            "stop": 931723512
        },
        {
            "start": 931723519,
            "stop": 931723538
        },
        {
            "start": 931723543,
            "stop": 931723551
        },
        {
            "start": 931723560,
            "stop": 931723573
        },
        {
            "start": 931723579,
            "stop": 931723593
        },
        {
            "start": 931723598,
            "stop": 931723599
        },
        {
            "start": 931723618,
            "stop": 931723636
        },
        {
            "start": 931723643,
            "stop": 931723653
        },
        {
            "start": 931723659,
            "stop": 931723661
        },
        {
            "start": 931723674,
            "stop": 931723675
        },
        {
            "start": 931723683,
            "stop": 931723701
        }
    ]
}