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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=282",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 283,
    "results": [
        {
            "start": 967776427,
            "stop": 967776531
        },
        {
            "start": 967776534,
            "stop": 967776595
        },
        {
            "start": 967776601,
            "stop": 967816746
        },
        {
            "start": 967820168,
            "stop": 967827159
        },
        {
            "start": 967829196,
            "stop": 967832786
        },
        {
            "start": 967834564,
            "stop": 967835496
        },
        {
            "start": 967837483,
            "stop": 967845781
        },
        {
            "start": 967848140,
            "stop": 967850589
        },
        {
            "start": 967853803,
            "stop": 967877778
        },
        {
            "start": 967880357,
            "stop": 967885345
        },
        {
            "start": 967891699,
            "stop": 967893396
        },
        {
            "start": 967895471,
            "stop": 967895714
        },
        {
            "start": 967897568,
            "stop": 967898898
        },
        {
            "start": 967903073,
            "stop": 967905615
        },
        {
            "start": 967930478,
            "stop": 967931348
        },
        {
            "start": 967946924,
            "stop": 967951031
        },
        {
            "start": 967953605,
            "stop": 967981788
        },
        {
            "start": 967983752,
            "stop": 968003938
        },
        {
            "start": 968005742,
            "stop": 968016905
        },
        {
            "start": 968020385,
            "stop": 968028941
        }
    ]
}