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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3588",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3589,
    "results": [
        {
            "start": 871862470,
            "stop": 871862479
        },
        {
            "start": 871862496,
            "stop": 871862559
        },
        {
            "start": 871862576,
            "stop": 871862988
        },
        {
            "start": 871863006,
            "stop": 871863297
        },
        {
            "start": 871863314,
            "stop": 871863392
        },
        {
            "start": 871863416,
            "stop": 871864032
        },
        {
            "start": 871864049,
            "stop": 871864547
        },
        {
            "start": 871864564,
            "stop": 871865477
        },
        {
            "start": 871865494,
            "stop": 871867140
        },
        {
            "start": 871867260,
            "stop": 871867355
        },
        {
            "start": 871867373,
            "stop": 871867771
        },
        {
            "start": 871867788,
            "stop": 871867897
        },
        {
            "start": 871867914,
            "stop": 871867917
        },
        {
            "start": 871867934,
            "stop": 871868520
        },
        {
            "start": 871868580,
            "stop": 871869342
        },
        {
            "start": 871869359,
            "stop": 871869574
        },
        {
            "start": 871869592,
            "stop": 871870154
        },
        {
            "start": 871870171,
            "stop": 871870459
        },
        {
            "start": 871870476,
            "stop": 871870560
        },
        {
            "start": 871870620,
            "stop": 871871057
        }
    ]
}