Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=180
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=179",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 180,
    "results": [
        {
            "start": 869616938,
            "stop": 869617365
        },
        {
            "start": 869619199,
            "stop": 869720577
        },
        {
            "start": 869722360,
            "stop": 869773260
        },
        {
            "start": 869773546,
            "stop": 869831481
        },
        {
            "start": 869832460,
            "stop": 869858155
        },
        {
            "start": 869860284,
            "stop": 869929065
        },
        {
            "start": 869946078,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 870007500
        },
        {
            "start": 870008831,
            "stop": 870011549
        },
        {
            "start": 870011653,
            "stop": 870024116
        },
        {
            "start": 870030460,
            "stop": 870030785
        },
        {
            "start": 870031049,
            "stop": 870031314
        },
        {
            "start": 870031391,
            "stop": 870031409
        },
        {
            "start": 870031488,
            "stop": 870031574
        },
        {
            "start": 870031834,
            "stop": 870038688
        },
        {
            "start": 870040300,
            "stop": 870046092
        },
        {
            "start": 870046418,
            "stop": 870052047
        },
        {
            "start": 870052201,
            "stop": 870059869
        },
        {
            "start": 870065090,
            "stop": 870103428
        },
        {
            "start": 870103714,
            "stop": 870110613
        }
    ]
}