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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5210",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5211,
    "results": [
        {
            "start": 969972587,
            "stop": 969972603
        },
        {
            "start": 969972606,
            "stop": 969972608
        },
        {
            "start": 969972611,
            "stop": 969972664
        },
        {
            "start": 969972667,
            "stop": 969972668
        },
        {
            "start": 969972671,
            "stop": 969972733
        },
        {
            "start": 969972736,
            "stop": 969972753
        },
        {
            "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
        }
    ]
}