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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=309",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 310,
    "results": [
        {
            "start": 821717675,
            "stop": 821717697
        },
        {
            "start": 821717700,
            "stop": 821717751
        },
        {
            "start": 821717754,
            "stop": 821717772
        },
        {
            "start": 821717775,
            "stop": 821717825
        },
        {
            "start": 821717828,
            "stop": 821717852
        },
        {
            "start": 821717856,
            "stop": 821717871
        },
        {
            "start": 821717874,
            "stop": 821717876
        },
        {
            "start": 821717879,
            "stop": 821718005
        },
        {
            "start": 821718013,
            "stop": 821718015
        },
        {
            "start": 821718018,
            "stop": 821718025
        },
        {
            "start": 821718028,
            "stop": 821718029
        },
        {
            "start": 821718036,
            "stop": 821718066
        },
        {
            "start": 821718069,
            "stop": 821718081
        },
        {
            "start": 821718085,
            "stop": 821718236
        },
        {
            "start": 821718239,
            "stop": 821718267
        },
        {
            "start": 821718270,
            "stop": 821718293
        },
        {
            "start": 821718296,
            "stop": 821718305
        },
        {
            "start": 821718308,
            "stop": 821718323
        },
        {
            "start": 821718329,
            "stop": 821718340
        },
        {
            "start": 821718343,
            "stop": 821718370
        }
    ]
}