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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4550",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4548",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4549,
    "results": [
        {
            "start": 968744402,
            "stop": 968744637
        },
        {
            "start": 968744640,
            "stop": 968744791
        },
        {
            "start": 968744794,
            "stop": 968745053
        },
        {
            "start": 968745056,
            "stop": 968746396
        },
        {
            "start": 968746399,
            "stop": 968747044
        },
        {
            "start": 968747061,
            "stop": 968747280
        },
        {
            "start": 968747283,
            "stop": 968747699
        },
        {
            "start": 968747703,
            "stop": 968747709
        },
        {
            "start": 968747727,
            "stop": 968748107
        },
        {
            "start": 968748110,
            "stop": 968750616
        },
        {
            "start": 968750619,
            "stop": 968752332
        },
        {
            "start": 968752335,
            "stop": 968752634
        },
        {
            "start": 968752652,
            "stop": 968752973
        },
        {
            "start": 968752976,
            "stop": 968753612
        },
        {
            "start": 968753615,
            "stop": 968754987
        },
        {
            "start": 968757039,
            "stop": 968757235
        },
        {
            "start": 968757238,
            "stop": 968757285
        },
        {
            "start": 968757288,
            "stop": 968757937
        },
        {
            "start": 968757940,
            "stop": 968758096
        },
        {
            "start": 968758114,
            "stop": 968758172
        }
    ]
}