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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=193",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 194,
    "results": [
        {
            "start": 820465211,
            "stop": 820465297
        },
        {
            "start": 820465301,
            "stop": 820465304
        },
        {
            "start": 820465308,
            "stop": 820465408
        },
        {
            "start": 820465412,
            "stop": 820465758
        },
        {
            "start": 820465761,
            "stop": 820466117
        },
        {
            "start": 820466120,
            "stop": 820466210
        },
        {
            "start": 820466213,
            "stop": 820466590
        },
        {
            "start": 820466593,
            "stop": 820467087
        },
        {
            "start": 820467104,
            "stop": 820467358
        },
        {
            "start": 820467361,
            "stop": 820467504
        },
        {
            "start": 820467507,
            "stop": 820468475
        },
        {
            "start": 820468480,
            "stop": 820468751
        },
        {
            "start": 820468756,
            "stop": 820468757
        },
        {
            "start": 820468761,
            "stop": 820468970
        },
        {
            "start": 820468973,
            "stop": 820469012
        },
        {
            "start": 820469016,
            "stop": 820469113
        },
        {
            "start": 820469116,
            "stop": 820469331
        },
        {
            "start": 820469334,
            "stop": 820469648
        },
        {
            "start": 820469651,
            "stop": 820469684
        },
        {
            "start": 820469687,
            "stop": 820470565
        }
    ]
}