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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=120",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 121,
    "results": [
        {
            "start": 817944483,
            "stop": 817949877
        },
        {
            "start": 817949894,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 817955198
        },
        {
            "start": 817955598,
            "stop": 817955606
        },
        {
            "start": 817956125,
            "stop": 817968960
        },
        {
            "start": 817968977,
            "stop": 817975292
        },
        {
            "start": 817975295,
            "stop": 817995312
        },
        {
            "start": 817995315,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        },
        {
            "start": 817999874,
            "stop": 818009845
        },
        {
            "start": 818009849,
            "stop": 818012119
        },
        {
            "start": 818019228,
            "stop": 818019819
        },
        {
            "start": 818025019,
            "stop": 818027454
        },
        {
            "start": 818030253,
            "stop": 818034259
        },
        {
            "start": 818035138,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818047350
        },
        {
            "start": 818047351,
            "stop": 818058928
        },
        {
            "start": 818060900,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818066848
        }
    ]
}