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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10127",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10128,
    "results": [
        {
            "start": 873525986,
            "stop": 873526088
        },
        {
            "start": 873526124,
            "stop": 873526132
        },
        {
            "start": 873527610,
            "stop": 873527820
        },
        {
            "start": 873527880,
            "stop": 873528000
        },
        {
            "start": 873528180,
            "stop": 873528240
        },
        {
            "start": 873528660,
            "stop": 873528720
        },
        {
            "start": 873529020,
            "stop": 873529711
        },
        {
            "start": 873529728,
            "stop": 873531389
        },
        {
            "start": 873531396,
            "stop": 873531524
        },
        {
            "start": 873531658,
            "stop": 873531882
        },
        {
            "start": 873531899,
            "stop": 873532152
        },
        {
            "start": 873532608,
            "stop": 873533210
        },
        {
            "start": 873533247,
            "stop": 873533376
        },
        {
            "start": 873533413,
            "stop": 873533790
        },
        {
            "start": 873534987,
            "stop": 873536228
        },
        {
            "start": 873536245,
            "stop": 873537536
        },
        {
            "start": 873537716,
            "stop": 873538452
        },
        {
            "start": 873538469,
            "stop": 873539067
        },
        {
            "start": 873539110,
            "stop": 873539162
        },
        {
            "start": 873539198,
            "stop": 873540606
        }
    ]
}