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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=236",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 237,
    "results": [
        {
            "start": 817810747,
            "stop": 817810757
        },
        {
            "start": 817810821,
            "stop": 817810840
        },
        {
            "start": 817810869,
            "stop": 817810875
        },
        {
            "start": 817811140,
            "stop": 817811142
        },
        {
            "start": 817811203,
            "stop": 817811217
        },
        {
            "start": 817811351,
            "stop": 817811353
        },
        {
            "start": 817811513,
            "stop": 817811520
        },
        {
            "start": 817811729,
            "stop": 817811734
        },
        {
            "start": 817811740,
            "stop": 817811742
        },
        {
            "start": 817811794,
            "stop": 817811820
        },
        {
            "start": 817811840,
            "stop": 817811875
        },
        {
            "start": 817811969,
            "stop": 817811980
        },
        {
            "start": 817812002,
            "stop": 817812006
        },
        {
            "start": 817812229,
            "stop": 817812231
        },
        {
            "start": 817812257,
            "stop": 817812281
        },
        {
            "start": 817812318,
            "stop": 817812319
        },
        {
            "start": 817812340,
            "stop": 817812345
        },
        {
            "start": 817812393,
            "stop": 817812409
        },
        {
            "start": 817812440,
            "stop": 817812446
        },
        {
            "start": 817812563,
            "stop": 817812597
        }
    ]
}