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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=113",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 114,
    "results": [
        {
            "start": 826262669,
            "stop": 826264978
        },
        {
            "start": 826274883,
            "stop": 826275599
        },
        {
            "start": 826282042,
            "stop": 826316338
        },
        {
            "start": 826319127,
            "stop": 826319413
        },
        {
            "start": 826322469,
            "stop": 826326897
        },
        {
            "start": 826328355,
            "stop": 826339616
        },
        {
            "start": 826341045,
            "stop": 826341433
        },
        {
            "start": 826343325,
            "stop": 826347002
        },
        {
            "start": 826349274,
            "stop": 826355807
        },
        {
            "start": 826361789,
            "stop": 826362533
        },
        {
            "start": 826362534,
            "stop": 826368287
        },
        {
            "start": 826369307,
            "stop": 826380793
        },
        {
            "start": 826383233,
            "stop": 826387674
        },
        {
            "start": 826410143,
            "stop": 826410217
        },
        {
            "start": 826410221,
            "stop": 826413199
        },
        {
            "start": 826430474,
            "stop": 826439450
        },
        {
            "start": 826446442,
            "stop": 826468327
        },
        {
            "start": 826469979,
            "stop": 826478593
        },
        {
            "start": 826479519,
            "stop": 826489452
        },
        {
            "start": 826490594,
            "stop": 826496996
        }
    ]
}