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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=204",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 205,
    "results": [
        {
            "start": 933504211,
            "stop": 933504478
        },
        {
            "start": 933504480,
            "stop": 933504998
        },
        {
            "start": 933505001,
            "stop": 933505008
        },
        {
            "start": 933505011,
            "stop": 933505029
        },
        {
            "start": 933505031,
            "stop": 933505038
        },
        {
            "start": 933505041,
            "stop": 933505215
        },
        {
            "start": 933505575,
            "stop": 933506038
        },
        {
            "start": 933506040,
            "stop": 933507452
        },
        {
            "start": 933507457,
            "stop": 933507523
        },
        {
            "start": 933512959,
            "stop": 933514561
        },
        {
            "start": 933514804,
            "stop": 933514964
        },
        {
            "start": 933514966,
            "stop": 933515758
        },
        {
            "start": 933515761,
            "stop": 933516015
        },
        {
            "start": 933516375,
            "stop": 933518449
        },
        {
            "start": 933518665,
            "stop": 933519615
        },
        {
            "start": 933537975,
            "stop": 933538260
        },
        {
            "start": 933539631,
            "stop": 933539945
        },
        {
            "start": 933540065,
            "stop": 933540368
        },
        {
            "start": 933540661,
            "stop": 933541215
        },
        {
            "start": 933541575,
            "stop": 933542969
        }
    ]
}