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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=137",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 138,
    "results": [
        {
            "start": 818209429,
            "stop": 818209811
        },
        {
            "start": 818209931,
            "stop": 818220129
        },
        {
            "start": 818220249,
            "stop": 818224506
        },
        {
            "start": 818224626,
            "stop": 818225813
        },
        {
            "start": 818225830,
            "stop": 818226065
        },
        {
            "start": 818226185,
            "stop": 818227901
        },
        {
            "start": 818228021,
            "stop": 818233753
        },
        {
            "start": 818233754,
            "stop": 818235830
        },
        {
            "start": 818235950,
            "stop": 818238614
        },
        {
            "start": 818238631,
            "stop": 818238909
        },
        {
            "start": 818240044,
            "stop": 818253102
        },
        {
            "start": 818253106,
            "stop": 818260210
        },
        {
            "start": 818260214,
            "stop": 818260703
        },
        {
            "start": 818260823,
            "stop": 818260839
        },
        {
            "start": 818260959,
            "stop": 818261221
        },
        {
            "start": 818262273,
            "stop": 818266004
        },
        {
            "start": 818266007,
            "stop": 818267296
        },
        {
            "start": 818267856,
            "stop": 818273645
        },
        {
            "start": 818273765,
            "stop": 818275433
        },
        {
            "start": 818275626,
            "stop": 818276403
        }
    ]
}