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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=91",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 92,
    "results": [
        {
            "start": 819212664,
            "stop": 819213315
        },
        {
            "start": 819213318,
            "stop": 819213323
        },
        {
            "start": 819213326,
            "stop": 819214189
        },
        {
            "start": 819214192,
            "stop": 819214228
        },
        {
            "start": 819214231,
            "stop": 819214823
        },
        {
            "start": 819214826,
            "stop": 819214887
        },
        {
            "start": 819214891,
            "stop": 819215187
        },
        {
            "start": 819215190,
            "stop": 819215252
        },
        {
            "start": 819215255,
            "stop": 819215349
        },
        {
            "start": 819215366,
            "stop": 819215447
        },
        {
            "start": 819215464,
            "stop": 819215995
        },
        {
            "start": 819217966,
            "stop": 819218373
        },
        {
            "start": 819218377,
            "stop": 819218593
        },
        {
            "start": 819218919,
            "stop": 819220800
        },
        {
            "start": 819220860,
            "stop": 819221510
        },
        {
            "start": 819221527,
            "stop": 819222166
        },
        {
            "start": 819222183,
            "stop": 819222685
        },
        {
            "start": 819222702,
            "stop": 819222711
        },
        {
            "start": 819222729,
            "stop": 819222795
        },
        {
            "start": 819222812,
            "stop": 819223102
        }
    ]
}