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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=19",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 20,
    "results": [
        {
            "start": 1403039837,
            "stop": 1403116305
        },
        {
            "start": 1403118009,
            "stop": 1403150688
        },
        {
            "start": 1403160828,
            "stop": 1403182599
        },
        {
            "start": 1403185942,
            "stop": 1403198799
        },
        {
            "start": 1403205140,
            "stop": 1403228272
        },
        {
            "start": 1403241694,
            "stop": 1403245656
        },
        {
            "start": 1403248450,
            "stop": 1403253185
        },
        {
            "start": 1403258503,
            "stop": 1403278286
        },
        {
            "start": 1403289295,
            "stop": 1403355618
        },
        {
            "start": 1403388029,
            "stop": 1403436893
        },
        {
            "start": 1403448163,
            "stop": 1403464438
        },
        {
            "start": 1403466347,
            "stop": 1403467838
        },
        {
            "start": 1403467851,
            "stop": 1403472533
        },
        {
            "start": 1403472715,
            "stop": 1403487135
        },
        {
            "start": 1403494130,
            "stop": 1403535490
        },
        {
            "start": 1403550153,
            "stop": 1403552586
        },
        {
            "start": 1403552891,
            "stop": 1403563418
        },
        {
            "start": 1403563542,
            "stop": 1403588741
        },
        {
            "start": 1403606095,
            "stop": 1403618376
        },
        {
            "start": 1403623051,
            "stop": 1403634906
        }
    ]
}