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_CAT3/segments?format=api&page=5248
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=5249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5247",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5248,
    "results": [
        {
            "start": 874463210,
            "stop": 874463222
        },
        {
            "start": 874463258,
            "stop": 874463412
        },
        {
            "start": 874463448,
            "stop": 874463639
        },
        {
            "start": 874463675,
            "stop": 874463788
        },
        {
            "start": 874463883,
            "stop": 874463891
        },
        {
            "start": 874463939,
            "stop": 874464198
        },
        {
            "start": 874464239,
            "stop": 874464680
        },
        {
            "start": 874464723,
            "stop": 874464959
        },
        {
            "start": 874465007,
            "stop": 874465243
        },
        {
            "start": 874465279,
            "stop": 874465281
        },
        {
            "start": 874465334,
            "stop": 874465712
        },
        {
            "start": 874465772,
            "stop": 874465970
        },
        {
            "start": 874466006,
            "stop": 874467969
        },
        {
            "start": 874468008,
            "stop": 874468089
        },
        {
            "start": 874468126,
            "stop": 874468566
        },
        {
            "start": 874468602,
            "stop": 874470101
        },
        {
            "start": 874470137,
            "stop": 874470200
        },
        {
            "start": 874470238,
            "stop": 874470312
        },
        {
            "start": 874470349,
            "stop": 874470538
        },
        {
            "start": 874470555,
            "stop": 874470682
        }
    ]
}