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_CAT3/segments?format=api&page=663
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=664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=662",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 663,
    "results": [
        {
            "start": 829510875,
            "stop": 829511484
        },
        {
            "start": 829511502,
            "stop": 829511854
        },
        {
            "start": 829511871,
            "stop": 829512394
        },
        {
            "start": 829512412,
            "stop": 829512966
        },
        {
            "start": 829512983,
            "stop": 829513789
        },
        {
            "start": 829513792,
            "stop": 829513997
        },
        {
            "start": 829514014,
            "stop": 829516018
        },
        {
            "start": 829516037,
            "stop": 829516920
        },
        {
            "start": 829517040,
            "stop": 829518024
        },
        {
            "start": 829523614,
            "stop": 829524297
        },
        {
            "start": 829524597,
            "stop": 829524678
        },
        {
            "start": 829524682,
            "stop": 829524709
        },
        {
            "start": 829525009,
            "stop": 829525239
        },
        {
            "start": 829525257,
            "stop": 829525295
        },
        {
            "start": 829525298,
            "stop": 829525508
        },
        {
            "start": 829525511,
            "stop": 829525803
        },
        {
            "start": 829525806,
            "stop": 829526039
        },
        {
            "start": 829526043,
            "stop": 829531223
        },
        {
            "start": 829531229,
            "stop": 829538720
        },
        {
            "start": 829538737,
            "stop": 829550938
        }
    ]
}