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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7891",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7889",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7890,
    "results": [
        {
            "start": 969912340,
            "stop": 969912341
        },
        {
            "start": 969912344,
            "stop": 969912350
        },
        {
            "start": 969912353,
            "stop": 969912377
        },
        {
            "start": 969912380,
            "stop": 969912409
        },
        {
            "start": 969912412,
            "stop": 969912426
        },
        {
            "start": 969912429,
            "stop": 969912616
        },
        {
            "start": 969912619,
            "stop": 969912636
        },
        {
            "start": 969912639,
            "stop": 969912668
        },
        {
            "start": 969912671,
            "stop": 969912700
        },
        {
            "start": 969912704,
            "stop": 969912710
        },
        {
            "start": 969912713,
            "stop": 969912732
        },
        {
            "start": 969912743,
            "stop": 969912747
        },
        {
            "start": 969912750,
            "stop": 969912817
        },
        {
            "start": 969912820,
            "stop": 969912833
        },
        {
            "start": 969912931,
            "stop": 969912958
        },
        {
            "start": 969912961,
            "stop": 969912967
        },
        {
            "start": 969912970,
            "stop": 969912981
        },
        {
            "start": 969912984,
            "stop": 969913173
        },
        {
            "start": 969913176,
            "stop": 969913178
        },
        {
            "start": 969913190,
            "stop": 969913207
        }
    ]
}