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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8704",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8705,
    "results": [
        {
            "start": 872276056,
            "stop": 872276090
        },
        {
            "start": 872276170,
            "stop": 872276363
        },
        {
            "start": 872276483,
            "stop": 872277434
        },
        {
            "start": 872277605,
            "stop": 872279600
        },
        {
            "start": 872279617,
            "stop": 872279924
        },
        {
            "start": 872280083,
            "stop": 872280211
        },
        {
            "start": 872280218,
            "stop": 872280800
        },
        {
            "start": 872280920,
            "stop": 872281070
        },
        {
            "start": 872281150,
            "stop": 872281668
        },
        {
            "start": 872281674,
            "stop": 872281784
        },
        {
            "start": 872281801,
            "stop": 872282455
        },
        {
            "start": 872282575,
            "stop": 872282804
        },
        {
            "start": 872282843,
            "stop": 872283050
        },
        {
            "start": 872283190,
            "stop": 872283530
        },
        {
            "start": 872283670,
            "stop": 872283876
        },
        {
            "start": 872283883,
            "stop": 872284165
        },
        {
            "start": 872284182,
            "stop": 872285150
        },
        {
            "start": 872285230,
            "stop": 872286530
        },
        {
            "start": 872286613,
            "stop": 872286842
        },
        {
            "start": 872287027,
            "stop": 872288248
        }
    ]
}