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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=112",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 113,
    "results": [
        {
            "start": 932616988,
            "stop": 932617434
        },
        {
            "start": 932617453,
            "stop": 932617840
        },
        {
            "start": 932617859,
            "stop": 932618233
        },
        {
            "start": 932618259,
            "stop": 932618304
        },
        {
            "start": 932618323,
            "stop": 932618699
        },
        {
            "start": 932618704,
            "stop": 932618850
        },
        {
            "start": 932619518,
            "stop": 932619519
        },
        {
            "start": 932619538,
            "stop": 932619763
        },
        {
            "start": 932619782,
            "stop": 932620224
        },
        {
            "start": 932620243,
            "stop": 932620244
        },
        {
            "start": 932620263,
            "stop": 932620299
        },
        {
            "start": 932620318,
            "stop": 932620330
        },
        {
            "start": 932620349,
            "stop": 932620365
        },
        {
            "start": 932620384,
            "stop": 932620559
        },
        {
            "start": 932620578,
            "stop": 932620636
        },
        {
            "start": 932620670,
            "stop": 932620682
        },
        {
            "start": 932620727,
            "stop": 932620799
        },
        {
            "start": 932620831,
            "stop": 932620844
        },
        {
            "start": 932620907,
            "stop": 932620967
        },
        {
            "start": 932620988,
            "stop": 932621003
        }
    ]
}