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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1975",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1976,
    "results": [
        {
            "start": 855545428,
            "stop": 855546457
        },
        {
            "start": 855547258,
            "stop": 855558167
        },
        {
            "start": 855559025,
            "stop": 855580335
        },
        {
            "start": 855580340,
            "stop": 855585988
        },
        {
            "start": 855585991,
            "stop": 855585992
        },
        {
            "start": 855586000,
            "stop": 855586006
        },
        {
            "start": 855586009,
            "stop": 855592100
        },
        {
            "start": 855592815,
            "stop": 855599134
        },
        {
            "start": 855599626,
            "stop": 855604028
        },
        {
            "start": 855604344,
            "stop": 855604371
        },
        {
            "start": 855605553,
            "stop": 855606282
        },
        {
            "start": 855607503,
            "stop": 855607860
        },
        {
            "start": 855607864,
            "stop": 855608321
        },
        {
            "start": 855608431,
            "stop": 855608815
        },
        {
            "start": 855608817,
            "stop": 855608900
        },
        {
            "start": 855609477,
            "stop": 855609479
        },
        {
            "start": 855609779,
            "stop": 855609914
        },
        {
            "start": 855619749,
            "stop": 855620229
        },
        {
            "start": 855620339,
            "stop": 855620535
        },
        {
            "start": 855620835,
            "stop": 855621045
        }
    ]
}