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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4278",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4279,
    "results": [
        {
            "start": 874630374,
            "stop": 874630426
        },
        {
            "start": 874630445,
            "stop": 874630522
        },
        {
            "start": 874630541,
            "stop": 874630566
        },
        {
            "start": 874630585,
            "stop": 874630612
        },
        {
            "start": 874630631,
            "stop": 874630640
        },
        {
            "start": 874630659,
            "stop": 874630824
        },
        {
            "start": 874630848,
            "stop": 874630868
        },
        {
            "start": 874630887,
            "stop": 874630913
        },
        {
            "start": 874630932,
            "stop": 874630987
        },
        {
            "start": 874631028,
            "stop": 874631054
        },
        {
            "start": 874631073,
            "stop": 874631128
        },
        {
            "start": 874631148,
            "stop": 874631157
        },
        {
            "start": 874631176,
            "stop": 874631195
        },
        {
            "start": 874631223,
            "stop": 874631275
        },
        {
            "start": 874631294,
            "stop": 874631354
        },
        {
            "start": 874631389,
            "stop": 874631402
        },
        {
            "start": 874631435,
            "stop": 874631483
        },
        {
            "start": 874631502,
            "stop": 874631593
        },
        {
            "start": 874631612,
            "stop": 874631675
        },
        {
            "start": 874631706,
            "stop": 874631879
        }
    ]
}