Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7608
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7609",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7607",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7608,
    "results": [
        {
            "start": 970674970,
            "stop": 970675101
        },
        {
            "start": 970675104,
            "stop": 970675418
        },
        {
            "start": 970675421,
            "stop": 970675672
        },
        {
            "start": 970675676,
            "stop": 970675711
        },
        {
            "start": 970675714,
            "stop": 970675854
        },
        {
            "start": 970675857,
            "stop": 970675901
        },
        {
            "start": 970675904,
            "stop": 970675921
        },
        {
            "start": 970675924,
            "stop": 970675983
        },
        {
            "start": 970675986,
            "stop": 970676370
        },
        {
            "start": 970676373,
            "stop": 970676735
        },
        {
            "start": 970676738,
            "stop": 970678824
        },
        {
            "start": 970678827,
            "stop": 970678905
        },
        {
            "start": 970678908,
            "stop": 970679155
        },
        {
            "start": 970679158,
            "stop": 970679219
        },
        {
            "start": 970679222,
            "stop": 970679548
        },
        {
            "start": 970679551,
            "stop": 970681144
        },
        {
            "start": 970681147,
            "stop": 970681216
        },
        {
            "start": 970681219,
            "stop": 970681518
        },
        {
            "start": 970681521,
            "stop": 970682571
        },
        {
            "start": 970682582,
            "stop": 970682969
        }
    ]
}