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=4705
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=4706",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4704",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4705,
    "results": [
        {
            "start": 969972756,
            "stop": 969972759
        },
        {
            "start": 969972762,
            "stop": 969972850
        },
        {
            "start": 969972853,
            "stop": 969972898
        },
        {
            "start": 969972901,
            "stop": 969972956
        },
        {
            "start": 969972959,
            "stop": 969972969
        },
        {
            "start": 969972972,
            "stop": 969972976
        },
        {
            "start": 969972979,
            "stop": 969973033
        },
        {
            "start": 969973036,
            "stop": 969973181
        },
        {
            "start": 969973184,
            "stop": 969973279
        },
        {
            "start": 969973282,
            "stop": 969973313
        },
        {
            "start": 969973317,
            "stop": 969973339
        },
        {
            "start": 969973342,
            "stop": 969973356
        },
        {
            "start": 969973359,
            "stop": 969973396
        },
        {
            "start": 969973399,
            "stop": 969973555
        },
        {
            "start": 969973558,
            "stop": 969973559
        },
        {
            "start": 969973562,
            "stop": 969973587
        },
        {
            "start": 969973592,
            "stop": 969973657
        },
        {
            "start": 969973660,
            "stop": 969973691
        },
        {
            "start": 969973694,
            "stop": 969973751
        },
        {
            "start": 969973755,
            "stop": 969973762
        }
    ]
}