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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=337",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 338,
    "results": [
        {
            "start": 818251899,
            "stop": 818251907
        },
        {
            "start": 818251922,
            "stop": 818251925
        },
        {
            "start": 818251947,
            "stop": 818251950
        },
        {
            "start": 818251960,
            "stop": 818251961
        },
        {
            "start": 818251964,
            "stop": 818251965
        },
        {
            "start": 818251982,
            "stop": 818251983
        },
        {
            "start": 818251986,
            "stop": 818251995
        },
        {
            "start": 818252021,
            "stop": 818252022
        },
        {
            "start": 818252038,
            "stop": 818252040
        },
        {
            "start": 818252043,
            "stop": 818252047
        },
        {
            "start": 818252055,
            "stop": 818252056
        },
        {
            "start": 818252062,
            "stop": 818252063
        },
        {
            "start": 818252071,
            "stop": 818252072
        },
        {
            "start": 818252113,
            "stop": 818252114
        },
        {
            "start": 818252123,
            "stop": 818252134
        },
        {
            "start": 818252137,
            "stop": 818252138
        },
        {
            "start": 818252146,
            "stop": 818252147
        },
        {
            "start": 818252154,
            "stop": 818252156
        },
        {
            "start": 818252180,
            "stop": 818252182
        },
        {
            "start": 818252197,
            "stop": 818252208
        }
    ]
}