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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=331",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 332,
    "results": [
        {
            "start": 818823542,
            "stop": 818823549
        },
        {
            "start": 818823629,
            "stop": 818823631
        },
        {
            "start": 818823634,
            "stop": 818823659
        },
        {
            "start": 818823703,
            "stop": 818823745
        },
        {
            "start": 818823772,
            "stop": 818823776
        },
        {
            "start": 818823804,
            "stop": 818823824
        },
        {
            "start": 818823844,
            "stop": 818823876
        },
        {
            "start": 818823975,
            "stop": 818823992
        },
        {
            "start": 818824011,
            "stop": 818824027
        },
        {
            "start": 818824058,
            "stop": 818824085
        },
        {
            "start": 818824170,
            "stop": 818824212
        },
        {
            "start": 818824284,
            "stop": 818824302
        },
        {
            "start": 818824353,
            "stop": 818824368
        },
        {
            "start": 818824524,
            "stop": 818824546
        },
        {
            "start": 818824629,
            "stop": 818824632
        },
        {
            "start": 818824651,
            "stop": 818824654
        },
        {
            "start": 818824683,
            "stop": 818824726
        },
        {
            "start": 818824920,
            "stop": 818824976
        },
        {
            "start": 818825220,
            "stop": 818825280
        },
        {
            "start": 818825331,
            "stop": 818825333
        }
    ]
}