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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=100",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 101,
    "results": [
        {
            "start": 817078827,
            "stop": 817078914
        },
        {
            "start": 817078917,
            "stop": 817079029
        },
        {
            "start": 817079601,
            "stop": 817079657
        },
        {
            "start": 817079660,
            "stop": 817079704
        },
        {
            "start": 817079708,
            "stop": 817080440
        },
        {
            "start": 817080840,
            "stop": 817081612
        },
        {
            "start": 817081615,
            "stop": 817081927
        },
        {
            "start": 817082461,
            "stop": 817082577
        },
        {
            "start": 817083020,
            "stop": 817084075
        },
        {
            "start": 817084078,
            "stop": 817084321
        },
        {
            "start": 817084324,
            "stop": 817084819
        },
        {
            "start": 817084822,
            "stop": 817085200
        },
        {
            "start": 817085203,
            "stop": 817085484
        },
        {
            "start": 817085604,
            "stop": 817085927
        },
        {
            "start": 817085930,
            "stop": 817086189
        },
        {
            "start": 817086309,
            "stop": 817090703
        },
        {
            "start": 817090705,
            "stop": 817092748
        },
        {
            "start": 817092868,
            "stop": 817096278
        },
        {
            "start": 817096398,
            "stop": 817097992
        },
        {
            "start": 817097995,
            "stop": 817099317
        }
    ]
}