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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=233",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 234,
    "results": [
        {
            "start": 1421889207,
            "stop": 1421889238
        },
        {
            "start": 1421889243,
            "stop": 1421889591
        },
        {
            "start": 1421889592,
            "stop": 1421890834
        },
        {
            "start": 1421890842,
            "stop": 1421892462
        },
        {
            "start": 1421892466,
            "stop": 1421892546
        },
        {
            "start": 1421892551,
            "stop": 1421892554
        },
        {
            "start": 1421892562,
            "stop": 1421892590
        },
        {
            "start": 1421892598,
            "stop": 1421892822
        },
        {
            "start": 1421892834,
            "stop": 1421894954
        },
        {
            "start": 1421894956,
            "stop": 1421895678
        },
        {
            "start": 1421895680,
            "stop": 1421895770
        },
        {
            "start": 1421895774,
            "stop": 1421895778
        },
        {
            "start": 1421895779,
            "stop": 1421896024
        },
        {
            "start": 1421896025,
            "stop": 1421896974
        },
        {
            "start": 1421896982,
            "stop": 1421896984
        },
        {
            "start": 1421896986,
            "stop": 1421897588
        },
        {
            "start": 1421897590,
            "stop": 1421898204
        },
        {
            "start": 1421898205,
            "stop": 1421898290
        },
        {
            "start": 1421898295,
            "stop": 1421898316
        },
        {
            "start": 1421898317,
            "stop": 1421900342
        }
    ]
}