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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=200",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 201,
    "results": [
        {
            "start": 827026226,
            "stop": 827026231
        },
        {
            "start": 827026233,
            "stop": 827026234
        },
        {
            "start": 827026236,
            "stop": 827026238
        },
        {
            "start": 827026240,
            "stop": 827026243
        },
        {
            "start": 827026247,
            "stop": 827026251
        },
        {
            "start": 827026252,
            "stop": 827026255
        },
        {
            "start": 827026258,
            "stop": 827026262
        },
        {
            "start": 827026264,
            "stop": 827026273
        },
        {
            "start": 827026277,
            "stop": 827026288
        },
        {
            "start": 827026292,
            "stop": 827026296
        },
        {
            "start": 827026299,
            "stop": 827026300
        },
        {
            "start": 827026302,
            "stop": 827026305
        },
        {
            "start": 827026308,
            "stop": 827026310
        },
        {
            "start": 827026312,
            "stop": 827026315
        },
        {
            "start": 827026318,
            "stop": 827026321
        },
        {
            "start": 827026322,
            "stop": 827026324
        },
        {
            "start": 827026326,
            "stop": 827026327
        },
        {
            "start": 827026330,
            "stop": 827026335
        },
        {
            "start": 827026337,
            "stop": 827026343
        },
        {
            "start": 827026345,
            "stop": 827026346
        }
    ]
}