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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=132",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 133,
    "results": [
        {
            "start": 817967366,
            "stop": 817968960
        },
        {
            "start": 817968977,
            "stop": 817975292
        },
        {
            "start": 817975295,
            "stop": 817976202
        },
        {
            "start": 817976322,
            "stop": 817995312
        },
        {
            "start": 817995315,
            "stop": 817996197
        },
        {
            "start": 817996317,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        },
        {
            "start": 817999874,
            "stop": 818008501
        },
        {
            "start": 818008621,
            "stop": 818009845
        },
        {
            "start": 818009849,
            "stop": 818012119
        },
        {
            "start": 818025019,
            "stop": 818026152
        },
        {
            "start": 818026272,
            "stop": 818027454
        },
        {
            "start": 818030253,
            "stop": 818032081
        },
        {
            "start": 818032468,
            "stop": 818032483
        },
        {
            "start": 818032603,
            "stop": 818032642
        },
        {
            "start": 818032762,
            "stop": 818032763
        },
        {
            "start": 818032883,
            "stop": 818032930
        },
        {
            "start": 818033246,
            "stop": 818033275
        },
        {
            "start": 818033426,
            "stop": 818034259
        }
    ]
}