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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=725",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=723",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 724,
    "results": [
        {
            "start": 952843198,
            "stop": 952846261
        },
        {
            "start": 952846266,
            "stop": 952849761
        },
        {
            "start": 952849766,
            "stop": 952851603
        },
        {
            "start": 952851609,
            "stop": 952851803
        },
        {
            "start": 952851812,
            "stop": 952852780
        },
        {
            "start": 952852786,
            "stop": 952853427
        },
        {
            "start": 952853433,
            "stop": 952853475
        },
        {
            "start": 952853481,
            "stop": 952853980
        },
        {
            "start": 952853986,
            "stop": 952854280
        },
        {
            "start": 952854286,
            "stop": 952854891
        },
        {
            "start": 952854896,
            "stop": 952856040
        },
        {
            "start": 952856046,
            "stop": 952862165
        },
        {
            "start": 952862171,
            "stop": 952862415
        },
        {
            "start": 952862421,
            "stop": 952865498
        },
        {
            "start": 952868525,
            "stop": 952870089
        },
        {
            "start": 952870095,
            "stop": 952870615
        },
        {
            "start": 952870621,
            "stop": 952871522
        },
        {
            "start": 952871528,
            "stop": 952873115
        },
        {
            "start": 952873121,
            "stop": 952876032
        },
        {
            "start": 952876038,
            "stop": 952878425
        }
    ]
}