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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=216",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 217,
    "results": [
        {
            "start": 817758610,
            "stop": 817758620
        },
        {
            "start": 817758678,
            "stop": 817758679
        },
        {
            "start": 817758708,
            "stop": 817758713
        },
        {
            "start": 817758732,
            "stop": 817758748
        },
        {
            "start": 817758769,
            "stop": 817758778
        },
        {
            "start": 817758850,
            "stop": 817758908
        },
        {
            "start": 817759012,
            "stop": 817759019
        },
        {
            "start": 817759038,
            "stop": 817759085
        },
        {
            "start": 817759108,
            "stop": 817759160
        },
        {
            "start": 817759242,
            "stop": 817759243
        },
        {
            "start": 817759340,
            "stop": 817759361
        },
        {
            "start": 817759415,
            "stop": 817759417
        },
        {
            "start": 817759443,
            "stop": 817759473
        },
        {
            "start": 817759510,
            "stop": 817759517
        },
        {
            "start": 817759633,
            "stop": 817759660
        },
        {
            "start": 817759705,
            "stop": 817759716
        },
        {
            "start": 817759745,
            "stop": 817759749
        },
        {
            "start": 817759781,
            "stop": 817759803
        },
        {
            "start": 817759887,
            "stop": 817759890
        },
        {
            "start": 817759961,
            "stop": 817759970
        }
    ]
}