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=8314
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=8315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8313",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8314,
    "results": [
        {
            "start": 874224167,
            "stop": 874224180
        },
        {
            "start": 874224309,
            "stop": 874224315
        },
        {
            "start": 874224344,
            "stop": 874224405
        },
        {
            "start": 874224426,
            "stop": 874224432
        },
        {
            "start": 874224451,
            "stop": 874224470
        },
        {
            "start": 874224540,
            "stop": 874224589
        },
        {
            "start": 874224608,
            "stop": 874224685
        },
        {
            "start": 874224731,
            "stop": 874224732
        },
        {
            "start": 874224751,
            "stop": 874224756
        },
        {
            "start": 874224777,
            "stop": 874224780
        },
        {
            "start": 874224840,
            "stop": 874225011
        },
        {
            "start": 874225031,
            "stop": 874225053
        },
        {
            "start": 874225072,
            "stop": 874225110
        },
        {
            "start": 874225135,
            "stop": 874225140
        },
        {
            "start": 874225200,
            "stop": 874225221
        },
        {
            "start": 874225240,
            "stop": 874225290
        },
        {
            "start": 874229640,
            "stop": 874229700
        },
        {
            "start": 874229820,
            "stop": 874229907
        },
        {
            "start": 874229926,
            "stop": 874229937
        },
        {
            "start": 874230000,
            "stop": 874230441
        }
    ]
}