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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=370",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 371,
    "results": [
        {
            "start": 821760140,
            "stop": 821760149
        },
        {
            "start": 821760152,
            "stop": 821760153
        },
        {
            "start": 821760156,
            "stop": 821760158
        },
        {
            "start": 821760183,
            "stop": 821760184
        },
        {
            "start": 821760187,
            "stop": 821760190
        },
        {
            "start": 821760195,
            "stop": 821760199
        },
        {
            "start": 821760208,
            "stop": 821760212
        },
        {
            "start": 821760218,
            "stop": 821760219
        },
        {
            "start": 821760222,
            "stop": 821760226
        },
        {
            "start": 821760236,
            "stop": 821760241
        },
        {
            "start": 821760246,
            "stop": 821760248
        },
        {
            "start": 821760251,
            "stop": 821760252
        },
        {
            "start": 821760255,
            "stop": 821760260
        },
        {
            "start": 821760267,
            "stop": 821760269
        },
        {
            "start": 821760272,
            "stop": 821760284
        },
        {
            "start": 821760288,
            "stop": 821760289
        },
        {
            "start": 821760303,
            "stop": 821760307
        },
        {
            "start": 821760312,
            "stop": 821760313
        },
        {
            "start": 821760321,
            "stop": 821760322
        },
        {
            "start": 821760325,
            "stop": 821760330
        }
    ]
}