Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=29",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 30,
    "results": [
        {
            "start": 815790632,
            "stop": 815791324
        },
        {
            "start": 815791332,
            "stop": 815791333
        },
        {
            "start": 815791888,
            "stop": 815793821
        },
        {
            "start": 815793828,
            "stop": 815795929
        },
        {
            "start": 815795936,
            "stop": 815796014
        },
        {
            "start": 815796021,
            "stop": 815796601
        },
        {
            "start": 815796608,
            "stop": 815797182
        },
        {
            "start": 815797189,
            "stop": 815797197
        },
        {
            "start": 815797204,
            "stop": 815797759
        },
        {
            "start": 815797766,
            "stop": 815798129
        },
        {
            "start": 815798136,
            "stop": 815798993
        },
        {
            "start": 815799000,
            "stop": 815799619
        },
        {
            "start": 815799627,
            "stop": 815800817
        },
        {
            "start": 815800831,
            "stop": 815801144
        },
        {
            "start": 815801151,
            "stop": 815801357
        },
        {
            "start": 815801364,
            "stop": 815801699
        },
        {
            "start": 815801706,
            "stop": 815801707
        },
        {
            "start": 815801711,
            "stop": 815802097
        },
        {
            "start": 815802104,
            "stop": 815802596
        },
        {
            "start": 815802603,
            "stop": 815803373
        }
    ]
}