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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=285",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 286,
    "results": [
        {
            "start": 821690346,
            "stop": 821690348
        },
        {
            "start": 821690354,
            "stop": 821690356
        },
        {
            "start": 821690361,
            "stop": 821690367
        },
        {
            "start": 821690371,
            "stop": 821690374
        },
        {
            "start": 821690383,
            "stop": 821690386
        },
        {
            "start": 821690389,
            "stop": 821690409
        },
        {
            "start": 821690413,
            "stop": 821690433
        },
        {
            "start": 821690436,
            "stop": 821690456
        },
        {
            "start": 821690459,
            "stop": 821690465
        },
        {
            "start": 821690468,
            "stop": 821690474
        },
        {
            "start": 821690479,
            "stop": 821690481
        },
        {
            "start": 821690489,
            "stop": 821690504
        },
        {
            "start": 821690507,
            "stop": 821690525
        },
        {
            "start": 821690528,
            "stop": 821690533
        },
        {
            "start": 821690536,
            "stop": 821690548
        },
        {
            "start": 821690551,
            "stop": 821690573
        },
        {
            "start": 821690582,
            "stop": 821690591
        },
        {
            "start": 821690595,
            "stop": 821690598
        },
        {
            "start": 821690601,
            "stop": 821690616
        },
        {
            "start": 821690622,
            "stop": 821690627
        }
    ]
}