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/S6/timelines/H1_CBCHIGH_CAT3/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/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=73",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 74,
    "results": [
        {
            "start": 931456206,
            "stop": 931456222
        },
        {
            "start": 931456314,
            "stop": 931456326
        },
        {
            "start": 931456344,
            "stop": 931456348
        },
        {
            "start": 931456367,
            "stop": 931456428
        },
        {
            "start": 931456535,
            "stop": 931456572
        },
        {
            "start": 931456671,
            "stop": 931456673
        },
        {
            "start": 931456724,
            "stop": 931456744
        },
        {
            "start": 931456795,
            "stop": 931456806
        },
        {
            "start": 931457175,
            "stop": 931457220
        },
        {
            "start": 931457385,
            "stop": 931457390
        },
        {
            "start": 931457463,
            "stop": 931457467
        },
        {
            "start": 931457562,
            "stop": 931457630
        },
        {
            "start": 931457689,
            "stop": 931457707
        },
        {
            "start": 931457757,
            "stop": 931457770
        },
        {
            "start": 931457859,
            "stop": 931457865
        },
        {
            "start": 931457910,
            "stop": 931457915
        },
        {
            "start": 931461244,
            "stop": 931461245
        },
        {
            "start": 931461280,
            "stop": 931461282
        },
        {
            "start": 931461301,
            "stop": 931461319
        },
        {
            "start": 931461320,
            "stop": 931461376
        }
    ]
}