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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=161",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 162,
    "results": [
        {
            "start": 837644147,
            "stop": 837644148
        },
        {
            "start": 837649419,
            "stop": 837651139
        },
        {
            "start": 837651239,
            "stop": 837651579
        },
        {
            "start": 837651649,
            "stop": 837651853
        },
        {
            "start": 837651875,
            "stop": 837651876
        },
        {
            "start": 837652412,
            "stop": 837652617
        },
        {
            "start": 837652897,
            "stop": 837653837
        },
        {
            "start": 837654079,
            "stop": 837654193
        },
        {
            "start": 837654199,
            "stop": 837654200
        },
        {
            "start": 837655707,
            "stop": 837655933
        },
        {
            "start": 837655936,
            "stop": 837655937
        },
        {
            "start": 837656314,
            "stop": 837656400
        },
        {
            "start": 837656580,
            "stop": 837673942
        },
        {
            "start": 837674956,
            "stop": 837691508
        },
        {
            "start": 837692407,
            "stop": 837696913
        },
        {
            "start": 837697651,
            "stop": 837711433
        },
        {
            "start": 837711443,
            "stop": 837711444
        },
        {
            "start": 837711496,
            "stop": 837717373
        },
        {
            "start": 837717377,
            "stop": 837717378
        },
        {
            "start": 837717460,
            "stop": 837758653
        }
    ]
}