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=824
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=825",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=823",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 824,
    "results": [
        {
            "start": 959582795,
            "stop": 959583056
        },
        {
            "start": 959583829,
            "stop": 959588528
        },
        {
            "start": 959588533,
            "stop": 959590141
        },
        {
            "start": 959590147,
            "stop": 959593437
        },
        {
            "start": 959595765,
            "stop": 959596276
        },
        {
            "start": 959596282,
            "stop": 959596312
        },
        {
            "start": 959596318,
            "stop": 959596510
        },
        {
            "start": 959596516,
            "stop": 959596874
        },
        {
            "start": 959596880,
            "stop": 959596946
        },
        {
            "start": 959596952,
            "stop": 959597171
        },
        {
            "start": 959597177,
            "stop": 959597471
        },
        {
            "start": 959597477,
            "stop": 959597824
        },
        {
            "start": 959597830,
            "stop": 959598302
        },
        {
            "start": 959598309,
            "stop": 959598344
        },
        {
            "start": 959598351,
            "stop": 959598372
        },
        {
            "start": 959598378,
            "stop": 959598453
        },
        {
            "start": 959598459,
            "stop": 959598483
        },
        {
            "start": 959598494,
            "stop": 959598522
        },
        {
            "start": 959598531,
            "stop": 959598541
        },
        {
            "start": 959598547,
            "stop": 959598563
        }
    ]
}