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=8037
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=8038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8036",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8037,
    "results": [
        {
            "start": 872178668,
            "stop": 872179245
        },
        {
            "start": 872179264,
            "stop": 872179417
        },
        {
            "start": 872179437,
            "stop": 872179507
        },
        {
            "start": 872179526,
            "stop": 872179650
        },
        {
            "start": 872179681,
            "stop": 872179684
        },
        {
            "start": 872179704,
            "stop": 872179720
        },
        {
            "start": 872179740,
            "stop": 872179756
        },
        {
            "start": 872179776,
            "stop": 872180156
        },
        {
            "start": 872180173,
            "stop": 872180454
        },
        {
            "start": 872180476,
            "stop": 872180655
        },
        {
            "start": 872180674,
            "stop": 872180932
        },
        {
            "start": 872180951,
            "stop": 872181176
        },
        {
            "start": 872181226,
            "stop": 872181237
        },
        {
            "start": 872181258,
            "stop": 872181874
        },
        {
            "start": 872181891,
            "stop": 872181985
        },
        {
            "start": 872182022,
            "stop": 872182086
        },
        {
            "start": 872182105,
            "stop": 872182233
        },
        {
            "start": 872182252,
            "stop": 872182384
        },
        {
            "start": 872182504,
            "stop": 872182552
        },
        {
            "start": 872182571,
            "stop": 872182620
        }
    ]
}