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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=63",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 64,
    "results": [
        {
            "start": 816681723,
            "stop": 816681791
        },
        {
            "start": 816681795,
            "stop": 816681810
        },
        {
            "start": 816681829,
            "stop": 816681840
        },
        {
            "start": 816681859,
            "stop": 816681875
        },
        {
            "start": 816681879,
            "stop": 816681922
        },
        {
            "start": 816681942,
            "stop": 816681950
        },
        {
            "start": 816681953,
            "stop": 816681990
        },
        {
            "start": 816683071,
            "stop": 816683087
        },
        {
            "start": 816683109,
            "stop": 816683138
        },
        {
            "start": 816683159,
            "stop": 816683210
        },
        {
            "start": 816683230,
            "stop": 816683383
        },
        {
            "start": 816683410,
            "stop": 816683645
        },
        {
            "start": 816683648,
            "stop": 816683650
        },
        {
            "start": 816683653,
            "stop": 816683675
        },
        {
            "start": 816683694,
            "stop": 816683720
        },
        {
            "start": 816683750,
            "stop": 816683879
        },
        {
            "start": 816683909,
            "stop": 816683941
        },
        {
            "start": 816683960,
            "stop": 816684039
        },
        {
            "start": 816684060,
            "stop": 816684074
        },
        {
            "start": 816684095,
            "stop": 816684201
        }
    ]
}