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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=123",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 124,
    "results": [
        {
            "start": 818284390,
            "stop": 818284480
        },
        {
            "start": 818284497,
            "stop": 818284553
        },
        {
            "start": 818284570,
            "stop": 818284642
        },
        {
            "start": 818284659,
            "stop": 818284716
        },
        {
            "start": 818284733,
            "stop": 818285675
        },
        {
            "start": 818285676,
            "stop": 818285833
        },
        {
            "start": 818285850,
            "stop": 818285895
        },
        {
            "start": 818285913,
            "stop": 818286002
        },
        {
            "start": 818286019,
            "stop": 818286077
        },
        {
            "start": 818286094,
            "stop": 818286183
        },
        {
            "start": 818286201,
            "stop": 818286249
        },
        {
            "start": 818286266,
            "stop": 818286343
        },
        {
            "start": 818286360,
            "stop": 818286402
        },
        {
            "start": 818286419,
            "stop": 818286653
        },
        {
            "start": 818287404,
            "stop": 818287973
        },
        {
            "start": 818287990,
            "stop": 818288023
        },
        {
            "start": 818288041,
            "stop": 818288163
        },
        {
            "start": 818288180,
            "stop": 818288192
        },
        {
            "start": 818288209,
            "stop": 818288690
        },
        {
            "start": 818288707,
            "stop": 818288743
        }
    ]
}