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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2295",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2296,
    "results": [
        {
            "start": 871282873,
            "stop": 871283519
        },
        {
            "start": 871283536,
            "stop": 871283674
        },
        {
            "start": 871283705,
            "stop": 871283765
        },
        {
            "start": 871283782,
            "stop": 871284072
        },
        {
            "start": 871284089,
            "stop": 871284225
        },
        {
            "start": 871284242,
            "stop": 871284244
        },
        {
            "start": 871284261,
            "stop": 871285329
        },
        {
            "start": 871285346,
            "stop": 871285374
        },
        {
            "start": 871285391,
            "stop": 871285435
        },
        {
            "start": 871285452,
            "stop": 871285604
        },
        {
            "start": 871285785,
            "stop": 871286835
        },
        {
            "start": 871286852,
            "stop": 871286988
        },
        {
            "start": 871287005,
            "stop": 871287047
        },
        {
            "start": 871287064,
            "stop": 871287126
        },
        {
            "start": 871287143,
            "stop": 871287295
        },
        {
            "start": 871287312,
            "stop": 871287387
        },
        {
            "start": 871287404,
            "stop": 871287430
        },
        {
            "start": 871287447,
            "stop": 871287587
        },
        {
            "start": 871287604,
            "stop": 871287680
        },
        {
            "start": 871287697,
            "stop": 871287710
        }
    ]
}