Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5289
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5288",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5289,
    "results": [
        {
            "start": 874942051,
            "stop": 874943497
        },
        {
            "start": 874943514,
            "stop": 874944832
        },
        {
            "start": 874944841,
            "stop": 874944862
        },
        {
            "start": 874944896,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874946949
        },
        {
            "start": 874950141,
            "stop": 874951999
        },
        {
            "start": 874953375,
            "stop": 874953392
        },
        {
            "start": 874953426,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955838
        },
        {
            "start": 874958880,
            "stop": 874959260
        },
        {
            "start": 874959267,
            "stop": 874959372
        },
        {
            "start": 874959380,
            "stop": 874959793
        },
        {
            "start": 874959800,
            "stop": 874959840
        },
        {
            "start": 874959960,
            "stop": 874959979
        },
        {
            "start": 874959999,
            "stop": 874960012
        },
        {
            "start": 874969942,
            "stop": 874973956
        },
        {
            "start": 874973992,
            "stop": 874974178
        },
        {
            "start": 874974214,
            "stop": 874977716
        },
        {
            "start": 874977752,
            "stop": 874978037
        },
        {
            "start": 874978048,
            "stop": 874978051
        }
    ]
}