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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=555",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 556,
    "results": [
        {
            "start": 833064659,
            "stop": 833069011
        },
        {
            "start": 833069016,
            "stop": 833137603
        },
        {
            "start": 833138983,
            "stop": 833140815
        },
        {
            "start": 833141296,
            "stop": 833144697
        },
        {
            "start": 833145484,
            "stop": 833147270
        },
        {
            "start": 833147789,
            "stop": 833148465
        },
        {
            "start": 833149021,
            "stop": 833149022
        },
        {
            "start": 833149036,
            "stop": 833149040
        },
        {
            "start": 833149048,
            "stop": 833210660
        },
        {
            "start": 833211413,
            "stop": 833227328
        },
        {
            "start": 833228012,
            "stop": 833228452
        },
        {
            "start": 833229330,
            "stop": 833233721
        },
        {
            "start": 833234537,
            "stop": 833235213
        },
        {
            "start": 833235744,
            "stop": 833269410
        },
        {
            "start": 833272621,
            "stop": 833320149
        },
        {
            "start": 833320829,
            "stop": 833369508
        },
        {
            "start": 833370860,
            "stop": 833386773
        },
        {
            "start": 833387665,
            "stop": 833389838
        },
        {
            "start": 833391258,
            "stop": 833393815
        },
        {
            "start": 833394611,
            "stop": 833396802
        }
    ]
}