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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=853",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=851",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 852,
    "results": [
        {
            "start": 963363463,
            "stop": 963366144
        },
        {
            "start": 963366187,
            "stop": 963366189
        },
        {
            "start": 963366395,
            "stop": 963367645
        },
        {
            "start": 963367825,
            "stop": 963373709
        },
        {
            "start": 963376790,
            "stop": 963384653
        },
        {
            "start": 963385329,
            "stop": 963404057
        },
        {
            "start": 963408931,
            "stop": 963422610
        },
        {
            "start": 963425450,
            "stop": 963432912
        },
        {
            "start": 963432918,
            "stop": 963459612
        },
        {
            "start": 963460263,
            "stop": 963468425
        },
        {
            "start": 963485876,
            "stop": 963489526
        },
        {
            "start": 963493355,
            "stop": 963493696
        },
        {
            "start": 963493702,
            "stop": 963493918
        },
        {
            "start": 963516338,
            "stop": 963519781
        },
        {
            "start": 963560668,
            "stop": 963560682
        },
        {
            "start": 963560688,
            "stop": 963562484
        },
        {
            "start": 963562489,
            "stop": 963563309
        },
        {
            "start": 963563315,
            "stop": 963564053
        },
        {
            "start": 963564071,
            "stop": 963564107
        },
        {
            "start": 963564118,
            "stop": 963564586
        }
    ]
}