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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=393",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 394,
    "results": [
        {
            "start": 821469652,
            "stop": 821469658
        },
        {
            "start": 821469778,
            "stop": 821469781
        },
        {
            "start": 821470074,
            "stop": 821470184
        },
        {
            "start": 821470203,
            "stop": 821470365
        },
        {
            "start": 821470368,
            "stop": 821470483
        },
        {
            "start": 821470486,
            "stop": 821470496
        },
        {
            "start": 821470499,
            "stop": 821470594
        },
        {
            "start": 821470613,
            "stop": 821470691
        },
        {
            "start": 821470710,
            "stop": 821470718
        },
        {
            "start": 821470721,
            "stop": 821470844
        },
        {
            "start": 821471025,
            "stop": 821471517
        },
        {
            "start": 821471520,
            "stop": 821471572
        },
        {
            "start": 821471607,
            "stop": 821471608
        },
        {
            "start": 821471653,
            "stop": 821471683
        },
        {
            "start": 821471702,
            "stop": 821471706
        },
        {
            "start": 821471727,
            "stop": 821471848
        },
        {
            "start": 821471886,
            "stop": 821471927
        },
        {
            "start": 821471935,
            "stop": 821471937
        },
        {
            "start": 821471940,
            "stop": 821471960
        },
        {
            "start": 821471995,
            "stop": 821472120
        }
    ]
}