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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=327",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 328,
    "results": [
        {
            "start": 861164638,
            "stop": 861164875
        },
        {
            "start": 861166282,
            "stop": 861167176
        },
        {
            "start": 861167414,
            "stop": 861168321
        },
        {
            "start": 861168680,
            "stop": 861169674
        },
        {
            "start": 861169901,
            "stop": 861172920
        },
        {
            "start": 861172980,
            "stop": 861173538
        },
        {
            "start": 861174312,
            "stop": 861175500
        },
        {
            "start": 861176734,
            "stop": 861176771
        },
        {
            "start": 861177067,
            "stop": 861178238
        },
        {
            "start": 861178611,
            "stop": 861179771
        },
        {
            "start": 861179945,
            "stop": 861214750
        },
        {
            "start": 861215172,
            "stop": 861216114
        },
        {
            "start": 861217852,
            "stop": 861219870
        },
        {
            "start": 861219930,
            "stop": 861221356
        },
        {
            "start": 861222535,
            "stop": 861226140
        },
        {
            "start": 861226200,
            "stop": 861227280
        },
        {
            "start": 861227340,
            "stop": 861233120
        },
        {
            "start": 861233230,
            "stop": 861234213
        },
        {
            "start": 861234513,
            "stop": 861238980
        },
        {
            "start": 861239040,
            "stop": 861240480
        }
    ]
}