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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8078",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8079,
    "results": [
        {
            "start": 872412125,
            "stop": 872412395
        },
        {
            "start": 872412414,
            "stop": 872412507
        },
        {
            "start": 872412526,
            "stop": 872412658
        },
        {
            "start": 872412675,
            "stop": 872412998
        },
        {
            "start": 872413017,
            "stop": 872414144
        },
        {
            "start": 872414163,
            "stop": 872414291
        },
        {
            "start": 872414355,
            "stop": 872414468
        },
        {
            "start": 872414487,
            "stop": 872414492
        },
        {
            "start": 872414516,
            "stop": 872414593
        },
        {
            "start": 872414612,
            "stop": 872414628
        },
        {
            "start": 872414647,
            "stop": 872414756
        },
        {
            "start": 872414781,
            "stop": 872414813
        },
        {
            "start": 872414853,
            "stop": 872415098
        },
        {
            "start": 872415115,
            "stop": 872417339
        },
        {
            "start": 872417356,
            "stop": 872418375
        },
        {
            "start": 872418394,
            "stop": 872418438
        },
        {
            "start": 872418558,
            "stop": 872419595
        },
        {
            "start": 872419614,
            "stop": 872419761
        },
        {
            "start": 872419780,
            "stop": 872419785
        },
        {
            "start": 872419806,
            "stop": 872419884
        }
    ]
}