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=2177
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=2178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2176",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2177,
    "results": [
        {
            "start": 872448067,
            "stop": 872448077
        },
        {
            "start": 872448103,
            "stop": 872448106
        },
        {
            "start": 872448123,
            "stop": 872448211
        },
        {
            "start": 872448228,
            "stop": 872448322
        },
        {
            "start": 872448342,
            "stop": 872448360
        },
        {
            "start": 872448366,
            "stop": 872448408
        },
        {
            "start": 872448609,
            "stop": 872448622
        },
        {
            "start": 872448639,
            "stop": 872448652
        },
        {
            "start": 872448676,
            "stop": 872448685
        },
        {
            "start": 872448702,
            "stop": 872448733
        },
        {
            "start": 872448738,
            "stop": 872448795
        },
        {
            "start": 872448826,
            "stop": 872448831
        },
        {
            "start": 872448848,
            "stop": 872448888
        },
        {
            "start": 872448906,
            "stop": 872448921
        },
        {
            "start": 872448938,
            "stop": 872448974
        },
        {
            "start": 872448991,
            "stop": 872448996
        },
        {
            "start": 872449032,
            "stop": 872449060
        },
        {
            "start": 872449095,
            "stop": 872449177
        },
        {
            "start": 872449194,
            "stop": 872449243
        },
        {
            "start": 872449261,
            "stop": 872450071
        }
    ]
}