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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2454",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2455,
    "results": [
        {
            "start": 874499804,
            "stop": 874499953
        },
        {
            "start": 874499970,
            "stop": 874501060
        },
        {
            "start": 874501077,
            "stop": 874501217
        },
        {
            "start": 874502348,
            "stop": 874502488
        },
        {
            "start": 874502788,
            "stop": 874503248
        },
        {
            "start": 874503265,
            "stop": 874503321
        },
        {
            "start": 874503337,
            "stop": 874503345
        },
        {
            "start": 874503362,
            "stop": 874504800
        },
        {
            "start": 874504860,
            "stop": 874505024
        },
        {
            "start": 874505205,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874505934
        },
        {
            "start": 874505951,
            "stop": 874506333
        },
        {
            "start": 874506350,
            "stop": 874509300
        },
        {
            "start": 874509360,
            "stop": 874509745
        },
        {
            "start": 874509752,
            "stop": 874509832
        },
        {
            "start": 874509868,
            "stop": 874510200
        },
        {
            "start": 874510298,
            "stop": 874510321
        },
        {
            "start": 874510328,
            "stop": 874511150
        },
        {
            "start": 874511290,
            "stop": 874511640
        },
        {
            "start": 874511700,
            "stop": 874513800
        }
    ]
}