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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4187",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4188,
    "results": [
        {
            "start": 874396555,
            "stop": 874396619
        },
        {
            "start": 874396638,
            "stop": 874396670
        },
        {
            "start": 874396689,
            "stop": 874396725
        },
        {
            "start": 874396745,
            "stop": 874396926
        },
        {
            "start": 874396977,
            "stop": 874397035
        },
        {
            "start": 874397054,
            "stop": 874397061
        },
        {
            "start": 874397080,
            "stop": 874397145
        },
        {
            "start": 874397164,
            "stop": 874397232
        },
        {
            "start": 874397251,
            "stop": 874397350
        },
        {
            "start": 874397369,
            "stop": 874397378
        },
        {
            "start": 874397413,
            "stop": 874397524
        },
        {
            "start": 874397543,
            "stop": 874397593
        },
        {
            "start": 874397612,
            "stop": 874397662
        },
        {
            "start": 874397681,
            "stop": 874397833
        },
        {
            "start": 874397852,
            "stop": 874397930
        },
        {
            "start": 874397960,
            "stop": 874398004
        },
        {
            "start": 874398024,
            "stop": 874398027
        },
        {
            "start": 874398046,
            "stop": 874398203
        },
        {
            "start": 874398222,
            "stop": 874398426
        },
        {
            "start": 874398446,
            "stop": 874398926
        }
    ]
}