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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=121",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 122,
    "results": [
        {
            "start": 931454266,
            "stop": 931454269
        },
        {
            "start": 931454273,
            "stop": 931454281
        },
        {
            "start": 931454283,
            "stop": 931454320
        },
        {
            "start": 931454323,
            "stop": 931454340
        },
        {
            "start": 931454342,
            "stop": 931454418
        },
        {
            "start": 931454419,
            "stop": 931454421
        },
        {
            "start": 931454423,
            "stop": 931454435
        },
        {
            "start": 931454437,
            "stop": 931454459
        },
        {
            "start": 931454460,
            "stop": 931454473
        },
        {
            "start": 931454474,
            "stop": 931454489
        },
        {
            "start": 931454490,
            "stop": 931454518
        },
        {
            "start": 931454519,
            "stop": 931454521
        },
        {
            "start": 931454523,
            "stop": 931454545
        },
        {
            "start": 931454548,
            "stop": 931454578
        },
        {
            "start": 931454579,
            "stop": 931454581
        },
        {
            "start": 931454582,
            "stop": 931454651
        },
        {
            "start": 931454652,
            "stop": 931454653
        },
        {
            "start": 931454660,
            "stop": 931454661
        },
        {
            "start": 931454669,
            "stop": 931454675
        },
        {
            "start": 931454682,
            "stop": 931454685
        }
    ]
}