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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=265",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 266,
    "results": [
        {
            "start": 821690080,
            "stop": 821690091
        },
        {
            "start": 821690097,
            "stop": 821690125
        },
        {
            "start": 821690155,
            "stop": 821690165
        },
        {
            "start": 821695821,
            "stop": 821695918
        },
        {
            "start": 821695925,
            "stop": 821698868
        },
        {
            "start": 821698873,
            "stop": 821699844
        },
        {
            "start": 821699849,
            "stop": 821701875
        },
        {
            "start": 821701880,
            "stop": 821701948
        },
        {
            "start": 821701953,
            "stop": 821701967
        },
        {
            "start": 821701972,
            "stop": 821702132
        },
        {
            "start": 821702137,
            "stop": 821703273
        },
        {
            "start": 821703283,
            "stop": 821705177
        },
        {
            "start": 821705182,
            "stop": 821705561
        },
        {
            "start": 821705566,
            "stop": 821706613
        },
        {
            "start": 821706618,
            "stop": 821708494
        },
        {
            "start": 821708501,
            "stop": 821711197
        },
        {
            "start": 821711202,
            "stop": 821711273
        },
        {
            "start": 821711278,
            "stop": 821711306
        },
        {
            "start": 821711311,
            "stop": 821711326
        },
        {
            "start": 821711331,
            "stop": 821711498
        }
    ]
}