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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=405",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 406,
    "results": [
        {
            "start": 818647261,
            "stop": 818647383
        },
        {
            "start": 818647386,
            "stop": 818647398
        },
        {
            "start": 818647399,
            "stop": 818647481
        },
        {
            "start": 818647487,
            "stop": 818647512
        },
        {
            "start": 818647515,
            "stop": 818647520
        },
        {
            "start": 818647525,
            "stop": 818647565
        },
        {
            "start": 818647568,
            "stop": 818647583
        },
        {
            "start": 818647586,
            "stop": 818647738
        },
        {
            "start": 818647741,
            "stop": 818647749
        },
        {
            "start": 818647753,
            "stop": 818647758
        },
        {
            "start": 818647761,
            "stop": 818647768
        },
        {
            "start": 818647770,
            "stop": 818647902
        },
        {
            "start": 818647908,
            "stop": 818647915
        },
        {
            "start": 818647918,
            "stop": 818647919
        },
        {
            "start": 818647922,
            "stop": 818647923
        },
        {
            "start": 818647926,
            "stop": 818647935
        },
        {
            "start": 818647940,
            "stop": 818647941
        },
        {
            "start": 818647944,
            "stop": 818647948
        },
        {
            "start": 818647961,
            "stop": 818647962
        },
        {
            "start": 818647965,
            "stop": 818647972
        }
    ]
}