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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3663",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3664,
    "results": [
        {
            "start": 872834015,
            "stop": 872834026
        },
        {
            "start": 872834043,
            "stop": 872835486
        },
        {
            "start": 872835503,
            "stop": 872835596
        },
        {
            "start": 872835613,
            "stop": 872836176
        },
        {
            "start": 872836193,
            "stop": 872837175
        },
        {
            "start": 872837192,
            "stop": 872837637
        },
        {
            "start": 872837654,
            "stop": 872839394
        },
        {
            "start": 872839411,
            "stop": 872839496
        },
        {
            "start": 872839513,
            "stop": 872839542
        },
        {
            "start": 872839559,
            "stop": 872839821
        },
        {
            "start": 872839838,
            "stop": 872839977
        },
        {
            "start": 872839994,
            "stop": 872841006
        },
        {
            "start": 872841023,
            "stop": 872841130
        },
        {
            "start": 872841147,
            "stop": 872841153
        },
        {
            "start": 872841170,
            "stop": 872841509
        },
        {
            "start": 872841526,
            "stop": 872841564
        },
        {
            "start": 872841581,
            "stop": 872841779
        },
        {
            "start": 872841796,
            "stop": 872843651
        },
        {
            "start": 872843668,
            "stop": 872845458
        },
        {
            "start": 872845475,
            "stop": 872846506
        }
    ]
}