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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3800",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3801,
    "results": [
        {
            "start": 874542600,
            "stop": 874542653
        },
        {
            "start": 874542670,
            "stop": 874542701
        },
        {
            "start": 874542718,
            "stop": 874543264
        },
        {
            "start": 874543281,
            "stop": 874543283
        },
        {
            "start": 874543300,
            "stop": 874543338
        },
        {
            "start": 874543355,
            "stop": 874543391
        },
        {
            "start": 874543408,
            "stop": 874543620
        },
        {
            "start": 874543680,
            "stop": 874543740
        },
        {
            "start": 874543800,
            "stop": 874544069
        },
        {
            "start": 874544087,
            "stop": 874544280
        },
        {
            "start": 874544400,
            "stop": 874544404
        },
        {
            "start": 874544434,
            "stop": 874544698
        },
        {
            "start": 874544715,
            "stop": 874544756
        },
        {
            "start": 874544773,
            "stop": 874544940
        },
        {
            "start": 874545000,
            "stop": 874545060
        },
        {
            "start": 874545120,
            "stop": 874545291
        },
        {
            "start": 874545308,
            "stop": 874545585
        },
        {
            "start": 874545602,
            "stop": 874545706
        },
        {
            "start": 874545723,
            "stop": 874545900
        },
        {
            "start": 874545981,
            "stop": 874546020
        }
    ]
}