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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7535",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7533",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7534,
    "results": [
        {
            "start": 970411792,
            "stop": 970411804
        },
        {
            "start": 970411936,
            "stop": 970411948
        },
        {
            "start": 970411951,
            "stop": 970411959
        },
        {
            "start": 970411962,
            "stop": 970411986
        },
        {
            "start": 970411989,
            "stop": 970411990
        },
        {
            "start": 970411994,
            "stop": 970412004
        },
        {
            "start": 970412044,
            "stop": 970412050
        },
        {
            "start": 970412058,
            "stop": 970412084
        },
        {
            "start": 970412433,
            "stop": 970412437
        },
        {
            "start": 970412449,
            "stop": 970412450
        },
        {
            "start": 970412456,
            "stop": 970412469
        },
        {
            "start": 970412477,
            "stop": 970412479
        },
        {
            "start": 970412524,
            "stop": 970412536
        },
        {
            "start": 970412539,
            "stop": 970412543
        },
        {
            "start": 970412546,
            "stop": 970412561
        },
        {
            "start": 970412567,
            "stop": 970412569
        },
        {
            "start": 970412572,
            "stop": 970412577
        },
        {
            "start": 970412580,
            "stop": 970412594
        },
        {
            "start": 970412597,
            "stop": 970412619
        },
        {
            "start": 970412626,
            "stop": 970412643
        }
    ]
}