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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=182",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 183,
    "results": [
        {
            "start": 847812423,
            "stop": 847812734
        },
        {
            "start": 847815286,
            "stop": 847816341
        },
        {
            "start": 847823603,
            "stop": 847824619
        },
        {
            "start": 847834083,
            "stop": 847836601
        },
        {
            "start": 847837651,
            "stop": 847876140
        },
        {
            "start": 847876922,
            "stop": 847880664
        },
        {
            "start": 847882820,
            "stop": 847895007
        },
        {
            "start": 847895953,
            "stop": 847898049
        },
        {
            "start": 847903141,
            "stop": 847904163
        },
        {
            "start": 847904954,
            "stop": 847915812
        },
        {
            "start": 847915905,
            "stop": 847925834
        },
        {
            "start": 847927938,
            "stop": 847949227
        },
        {
            "start": 847950554,
            "stop": 847954935
        },
        {
            "start": 847961202,
            "stop": 847963222
        },
        {
            "start": 847963826,
            "stop": 847978918
        },
        {
            "start": 847979838,
            "stop": 847983327
        },
        {
            "start": 847984256,
            "stop": 847990295
        },
        {
            "start": 847990505,
            "stop": 847998670
        },
        {
            "start": 848008539,
            "stop": 848016319
        },
        {
            "start": 848016490,
            "stop": 848021079
        }
    ]
}