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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=175",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 176,
    "results": [
        {
            "start": 819855300,
            "stop": 819855600
        },
        {
            "start": 819855660,
            "stop": 819856020
        },
        {
            "start": 819856080,
            "stop": 819856874
        },
        {
            "start": 819857006,
            "stop": 819858079
        },
        {
            "start": 819858082,
            "stop": 819858295
        },
        {
            "start": 819858299,
            "stop": 819858360
        },
        {
            "start": 819858420,
            "stop": 819858803
        },
        {
            "start": 819858806,
            "stop": 819859851
        },
        {
            "start": 819859971,
            "stop": 819859980
        },
        {
            "start": 819859983,
            "stop": 819860820
        },
        {
            "start": 819860940,
            "stop": 819860948
        },
        {
            "start": 819861068,
            "stop": 819861863
        },
        {
            "start": 819861866,
            "stop": 819862320
        },
        {
            "start": 819862380,
            "stop": 819862500
        },
        {
            "start": 819862620,
            "stop": 819862685
        },
        {
            "start": 819862688,
            "stop": 819863100
        },
        {
            "start": 819863160,
            "stop": 819864836
        },
        {
            "start": 819864839,
            "stop": 819866220
        },
        {
            "start": 819866340,
            "stop": 819866376
        },
        {
            "start": 819866379,
            "stop": 819868555
        }
    ]
}