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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=202",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 203,
    "results": [
        {
            "start": 933072014,
            "stop": 933072087
        },
        {
            "start": 933072092,
            "stop": 933072105
        },
        {
            "start": 933072137,
            "stop": 933072172
        },
        {
            "start": 933072196,
            "stop": 933072221
        },
        {
            "start": 933072320,
            "stop": 933072341
        },
        {
            "start": 933072347,
            "stop": 933072409
        },
        {
            "start": 933072414,
            "stop": 933072420
        },
        {
            "start": 933072467,
            "stop": 933072472
        },
        {
            "start": 933072473,
            "stop": 933072480
        },
        {
            "start": 933072490,
            "stop": 933072503
        },
        {
            "start": 933072522,
            "stop": 933072527
        },
        {
            "start": 933072566,
            "stop": 933072598
        },
        {
            "start": 933072617,
            "stop": 933072684
        },
        {
            "start": 933072725,
            "stop": 933072739
        },
        {
            "start": 933072758,
            "stop": 933072969
        },
        {
            "start": 933072974,
            "stop": 933073040
        },
        {
            "start": 933073083,
            "stop": 933073100
        },
        {
            "start": 933073143,
            "stop": 933073192
        },
        {
            "start": 933073212,
            "stop": 933073230
        },
        {
            "start": 933073280,
            "stop": 933073286
        }
    ]
}