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=3737
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=3738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3736",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3737,
    "results": [
        {
            "start": 872808488,
            "stop": 872812274
        },
        {
            "start": 872812275,
            "stop": 872817990
        },
        {
            "start": 872817993,
            "stop": 872819462
        },
        {
            "start": 872819470,
            "stop": 872819593
        },
        {
            "start": 872819596,
            "stop": 872819657
        },
        {
            "start": 872819660,
            "stop": 872819688
        },
        {
            "start": 872820529,
            "stop": 872821524
        },
        {
            "start": 872821527,
            "stop": 872821529
        },
        {
            "start": 872821534,
            "stop": 872840997
        },
        {
            "start": 872840998,
            "stop": 872841220
        },
        {
            "start": 872842448,
            "stop": 872846082
        },
        {
            "start": 872846086,
            "stop": 872846100
        },
        {
            "start": 872846104,
            "stop": 872846239
        },
        {
            "start": 872846243,
            "stop": 872846248
        },
        {
            "start": 872846252,
            "stop": 872846265
        },
        {
            "start": 872846268,
            "stop": 872846269
        },
        {
            "start": 872846272,
            "stop": 872846324
        },
        {
            "start": 872846327,
            "stop": 872846328
        },
        {
            "start": 872846331,
            "stop": 872846332
        },
        {
            "start": 872846335,
            "stop": 872846391
        }
    ]
}