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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1208",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1209,
    "results": [
        {
            "start": 954293395,
            "stop": 954329425
        },
        {
            "start": 954331461,
            "stop": 954337780
        },
        {
            "start": 954337971,
            "stop": 954347187
        },
        {
            "start": 954350317,
            "stop": 954370698
        },
        {
            "start": 954374513,
            "stop": 954400373
        },
        {
            "start": 954400375,
            "stop": 954400817
        },
        {
            "start": 954400823,
            "stop": 954402055
        },
        {
            "start": 954402057,
            "stop": 954415275
        },
        {
            "start": 954419156,
            "stop": 954424711
        },
        {
            "start": 954425086,
            "stop": 954425107
        },
        {
            "start": 954425109,
            "stop": 954428620
        },
        {
            "start": 954428622,
            "stop": 954432972
        },
        {
            "start": 954434094,
            "stop": 954434810
        },
        {
            "start": 954434812,
            "stop": 954444134
        },
        {
            "start": 954444397,
            "stop": 954446047
        },
        {
            "start": 954446048,
            "stop": 954448450
        },
        {
            "start": 954449482,
            "stop": 954453143
        },
        {
            "start": 954453145,
            "stop": 954456341
        },
        {
            "start": 954481337,
            "stop": 954484135
        },
        {
            "start": 954484137,
            "stop": 954484322
        }
    ]
}