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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=226",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 227,
    "results": [
        {
            "start": 817810661,
            "stop": 817810670
        },
        {
            "start": 817810747,
            "stop": 817810757
        },
        {
            "start": 817810821,
            "stop": 817810840
        },
        {
            "start": 817810869,
            "stop": 817810875
        },
        {
            "start": 817811729,
            "stop": 817811734
        },
        {
            "start": 817811740,
            "stop": 817811742
        },
        {
            "start": 817811794,
            "stop": 817811820
        },
        {
            "start": 817811840,
            "stop": 817811875
        },
        {
            "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
        },
        {
            "start": 817812683,
            "stop": 817812689
        },
        {
            "start": 817812743,
            "stop": 817812751
        },
        {
            "start": 817812841,
            "stop": 817812846
        },
        {
            "start": 817812849,
            "stop": 817812854
        }
    ]
}