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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=355",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 356,
    "results": [
        {
            "start": 824905570,
            "stop": 824913120
        },
        {
            "start": 824913240,
            "stop": 824924870
        },
        {
            "start": 824925010,
            "stop": 824932268
        },
        {
            "start": 824933590,
            "stop": 824937548
        },
        {
            "start": 824938407,
            "stop": 824938825
        },
        {
            "start": 824939014,
            "stop": 824939567
        },
        {
            "start": 824941062,
            "stop": 824941145
        },
        {
            "start": 824941190,
            "stop": 824941261
        },
        {
            "start": 824941386,
            "stop": 824942184
        },
        {
            "start": 824942774,
            "stop": 824943064
        },
        {
            "start": 824943606,
            "stop": 824944003
        },
        {
            "start": 824944205,
            "stop": 824944524
        },
        {
            "start": 824945808,
            "stop": 824946119
        },
        {
            "start": 824946518,
            "stop": 824947094
        },
        {
            "start": 824947298,
            "stop": 824947445
        },
        {
            "start": 824948119,
            "stop": 824948684
        },
        {
            "start": 824950156,
            "stop": 824950189
        },
        {
            "start": 824950537,
            "stop": 824951537
        },
        {
            "start": 824951544,
            "stop": 824951773
        },
        {
            "start": 824951823,
            "stop": 824951826
        }
    ]
}