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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=198",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 199,
    "results": [
        {
            "start": 933269665,
            "stop": 933269828
        },
        {
            "start": 933269831,
            "stop": 933271215
        },
        {
            "start": 933271575,
            "stop": 933272453
        },
        {
            "start": 933272455,
            "stop": 933272958
        },
        {
            "start": 933272961,
            "stop": 933273802
        },
        {
            "start": 933273805,
            "stop": 933274657
        },
        {
            "start": 933274660,
            "stop": 933274815
        },
        {
            "start": 933275175,
            "stop": 933275798
        },
        {
            "start": 933275800,
            "stop": 933276373
        },
        {
            "start": 933278775,
            "stop": 933281678
        },
        {
            "start": 933281681,
            "stop": 933281787
        },
        {
            "start": 933281806,
            "stop": 933282015
        },
        {
            "start": 933282375,
            "stop": 933285595
        },
        {
            "start": 933285598,
            "stop": 933285615
        },
        {
            "start": 933285975,
            "stop": 933286660
        },
        {
            "start": 933286662,
            "stop": 933289215
        },
        {
            "start": 933289575,
            "stop": 933289789
        },
        {
            "start": 933293175,
            "stop": 933294070
        },
        {
            "start": 933294073,
            "stop": 933294936
        },
        {
            "start": 933294939,
            "stop": 933296415
        }
    ]
}