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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=287",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 288,
    "results": [
        {
            "start": 820731240,
            "stop": 820731300
        },
        {
            "start": 820731360,
            "stop": 820731660
        },
        {
            "start": 820731780,
            "stop": 820731900
        },
        {
            "start": 820733035,
            "stop": 820733070
        },
        {
            "start": 820733160,
            "stop": 820733220
        },
        {
            "start": 820733280,
            "stop": 820733340
        },
        {
            "start": 820733520,
            "stop": 820733640
        },
        {
            "start": 820734773,
            "stop": 820735440
        },
        {
            "start": 820735620,
            "stop": 820736340
        },
        {
            "start": 820736460,
            "stop": 820737133
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741421
        },
        {
            "start": 820742193,
            "stop": 820742640
        },
        {
            "start": 820742700,
            "stop": 820742976
        },
        {
            "start": 820743008,
            "stop": 820748875
        },
        {
            "start": 820750261,
            "stop": 820750992
        },
        {
            "start": 820751649,
            "stop": 820752288
        },
        {
            "start": 820752291,
            "stop": 820752366
        },
        {
            "start": 820753458,
            "stop": 820755313
        },
        {
            "start": 820755316,
            "stop": 820755971
        }
    ]
}