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=9935
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=9936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9934",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9935,
    "results": [
        {
            "start": 870941066,
            "stop": 870941073
        },
        {
            "start": 870941080,
            "stop": 870941107
        },
        {
            "start": 870941121,
            "stop": 870941220
        },
        {
            "start": 870941340,
            "stop": 870941546
        },
        {
            "start": 870941553,
            "stop": 870941680
        },
        {
            "start": 870941687,
            "stop": 870942035
        },
        {
            "start": 870942043,
            "stop": 870942255
        },
        {
            "start": 870942270,
            "stop": 870942437
        },
        {
            "start": 870942445,
            "stop": 870942451
        },
        {
            "start": 870942459,
            "stop": 870942465
        },
        {
            "start": 870942473,
            "stop": 870942629
        },
        {
            "start": 870942640,
            "stop": 870942687
        },
        {
            "start": 870942695,
            "stop": 870942710
        },
        {
            "start": 870942718,
            "stop": 870942921
        },
        {
            "start": 870942929,
            "stop": 870943069
        },
        {
            "start": 870943076,
            "stop": 870943344
        },
        {
            "start": 870943352,
            "stop": 870943478
        },
        {
            "start": 870943496,
            "stop": 870943530
        },
        {
            "start": 870945498,
            "stop": 870945697
        },
        {
            "start": 870945705,
            "stop": 870945752
        }
    ]
}