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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9862",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9863,
    "results": [
        {
            "start": 870129969,
            "stop": 870130237
        },
        {
            "start": 870130255,
            "stop": 870130470
        },
        {
            "start": 870131310,
            "stop": 870131978
        },
        {
            "start": 870131995,
            "stop": 870140820
        },
        {
            "start": 870141840,
            "stop": 870141960
        },
        {
            "start": 870142020,
            "stop": 870142140
        },
        {
            "start": 870142260,
            "stop": 870142380
        },
        {
            "start": 870142440,
            "stop": 870142680
        },
        {
            "start": 870142800,
            "stop": 870143100
        },
        {
            "start": 870143280,
            "stop": 870143520
        },
        {
            "start": 870143580,
            "stop": 870143640
        },
        {
            "start": 870143700,
            "stop": 870144000
        },
        {
            "start": 870144120,
            "stop": 870144240
        },
        {
            "start": 870144300,
            "stop": 870144420
        },
        {
            "start": 870144480,
            "stop": 870144540
        },
        {
            "start": 870144600,
            "stop": 870144718
        },
        {
            "start": 870144795,
            "stop": 870144900
        },
        {
            "start": 870144960,
            "stop": 870145340
        },
        {
            "start": 870145357,
            "stop": 870145847
        },
        {
            "start": 870145864,
            "stop": 870146210
        }
    ]
}