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_CAT2/segments?format=api&page=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=73",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 74,
    "results": [
        {
            "start": 826659118,
            "stop": 826662102
        },
        {
            "start": 826662111,
            "stop": 826666681
        },
        {
            "start": 826673817,
            "stop": 826682082
        },
        {
            "start": 826682220,
            "stop": 826730505
        },
        {
            "start": 826732906,
            "stop": 826735293
        },
        {
            "start": 826735301,
            "stop": 826739233
        },
        {
            "start": 826739370,
            "stop": 826810541
        },
        {
            "start": 826812562,
            "stop": 826812909
        },
        {
            "start": 826816794,
            "stop": 826822027
        },
        {
            "start": 826822035,
            "stop": 826824695
        },
        {
            "start": 826824703,
            "stop": 826837351
        },
        {
            "start": 826837359,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826852628
        },
        {
            "start": 826859116,
            "stop": 826910068
        },
        {
            "start": 826910082,
            "stop": 826911397
        },
        {
            "start": 826911405,
            "stop": 826913975
        },
        {
            "start": 826913987,
            "stop": 826920659
        },
        {
            "start": 826928086,
            "stop": 826936919
        },
        {
            "start": 826936943,
            "stop": 826936944
        },
        {
            "start": 826936952,
            "stop": 826958944
        }
    ]
}