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=1332
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=1333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1331",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1332,
    "results": [
        {
            "start": 964231170,
            "stop": 964234879
        },
        {
            "start": 964234880,
            "stop": 964259462
        },
        {
            "start": 964260354,
            "stop": 964262656
        },
        {
            "start": 964264348,
            "stop": 964264857
        },
        {
            "start": 964266901,
            "stop": 964266988
        },
        {
            "start": 964268944,
            "stop": 964268949
        },
        {
            "start": 964313128,
            "stop": 964317346
        },
        {
            "start": 964317347,
            "stop": 964318001
        },
        {
            "start": 964318957,
            "stop": 964321377
        },
        {
            "start": 964321378,
            "stop": 964321541
        },
        {
            "start": 964323231,
            "stop": 964323974
        },
        {
            "start": 964325017,
            "stop": 964329100
        },
        {
            "start": 964330525,
            "stop": 964331971
        },
        {
            "start": 964331972,
            "stop": 964343136
        },
        {
            "start": 964401260,
            "stop": 964404418
        },
        {
            "start": 964405223,
            "stop": 964408195
        },
        {
            "start": 964409043,
            "stop": 964409775
        },
        {
            "start": 964409776,
            "stop": 964410110
        },
        {
            "start": 964410111,
            "stop": 964411156
        },
        {
            "start": 964411953,
            "stop": 964412596
        }
    ]
}