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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=192",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 193,
    "results": [
        {
            "start": 826968174,
            "stop": 826969084
        },
        {
            "start": 826969088,
            "stop": 826969095
        },
        {
            "start": 826969097,
            "stop": 826969102
        },
        {
            "start": 826969104,
            "stop": 826969116
        },
        {
            "start": 826969120,
            "stop": 826969139
        },
        {
            "start": 826969142,
            "stop": 826969143
        },
        {
            "start": 826969148,
            "stop": 826969151
        },
        {
            "start": 826969154,
            "stop": 826969161
        },
        {
            "start": 826969164,
            "stop": 826969168
        },
        {
            "start": 826969172,
            "stop": 826969175
        },
        {
            "start": 826969179,
            "stop": 826969203
        },
        {
            "start": 826969209,
            "stop": 826969220
        },
        {
            "start": 826969223,
            "stop": 826969228
        },
        {
            "start": 826969230,
            "stop": 826969231
        },
        {
            "start": 826969236,
            "stop": 826969334
        },
        {
            "start": 826969336,
            "stop": 826969338
        },
        {
            "start": 826969351,
            "stop": 826969360
        },
        {
            "start": 826969371,
            "stop": 826969373
        },
        {
            "start": 826969388,
            "stop": 826969390
        },
        {
            "start": 826969397,
            "stop": 826969398
        }
    ]
}