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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=156",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 157,
    "results": [
        {
            "start": 840488430,
            "stop": 840488444
        },
        {
            "start": 840489817,
            "stop": 840492009
        },
        {
            "start": 840493473,
            "stop": 840494148
        },
        {
            "start": 840494150,
            "stop": 840500319
        },
        {
            "start": 840500321,
            "stop": 840502637
        },
        {
            "start": 840504519,
            "stop": 840514506
        },
        {
            "start": 840515412,
            "stop": 840516480
        },
        {
            "start": 840517534,
            "stop": 840543284
        },
        {
            "start": 840544342,
            "stop": 840544632
        },
        {
            "start": 840546258,
            "stop": 840553244
        },
        {
            "start": 840553246,
            "stop": 840553304
        },
        {
            "start": 840553305,
            "stop": 840555217
        },
        {
            "start": 840555219,
            "stop": 840557349
        },
        {
            "start": 840557351,
            "stop": 840557370
        },
        {
            "start": 840557371,
            "stop": 840557372
        },
        {
            "start": 840557373,
            "stop": 840557401
        },
        {
            "start": 840557402,
            "stop": 840564232
        },
        {
            "start": 840564234,
            "stop": 840564252
        },
        {
            "start": 840564253,
            "stop": 840568441
        },
        {
            "start": 840568586,
            "stop": 840576660
        }
    ]
}