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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46732",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46733,
    "results": [
        {
            "start": 875068015,
            "stop": 875068019
        },
        {
            "start": 875068021,
            "stop": 875068041
        },
        {
            "start": 875068042,
            "stop": 875068060
        },
        {
            "start": 875068061,
            "stop": 875068072
        },
        {
            "start": 875068073,
            "stop": 875068124
        },
        {
            "start": 875068125,
            "stop": 875068176
        },
        {
            "start": 875068177,
            "stop": 875068188
        },
        {
            "start": 875068190,
            "stop": 875068218
        },
        {
            "start": 875068219,
            "stop": 875068242
        },
        {
            "start": 875068243,
            "stop": 875068284
        },
        {
            "start": 875068285,
            "stop": 875068294
        },
        {
            "start": 875068295,
            "stop": 875068297
        },
        {
            "start": 875068298,
            "stop": 875068323
        },
        {
            "start": 875068324,
            "stop": 875068366
        },
        {
            "start": 875068367,
            "stop": 875068382
        },
        {
            "start": 875068383,
            "stop": 875068385
        },
        {
            "start": 875068386,
            "stop": 875068402
        },
        {
            "start": 875068403,
            "stop": 875068427
        },
        {
            "start": 875068430,
            "stop": 875068435
        },
        {
            "start": 875068436,
            "stop": 875068454
        }
    ]
}