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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=138",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 139,
    "results": [
        {
            "start": 818276523,
            "stop": 818283745
        },
        {
            "start": 818283928,
            "stop": 818284314
        },
        {
            "start": 818284331,
            "stop": 818284373
        },
        {
            "start": 818284390,
            "stop": 818284480
        },
        {
            "start": 818284497,
            "stop": 818284553
        },
        {
            "start": 818284570,
            "stop": 818284642
        },
        {
            "start": 818284659,
            "stop": 818284716
        },
        {
            "start": 818284733,
            "stop": 818285032
        },
        {
            "start": 818285152,
            "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
        }
    ]
}