Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=214
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=213",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 214,
    "results": [
        {
            "start": 842058338,
            "stop": 842103793
        },
        {
            "start": 842105152,
            "stop": 842108385
        },
        {
            "start": 842138858,
            "stop": 842171400
        },
        {
            "start": 842173580,
            "stop": 842189015
        },
        {
            "start": 842190742,
            "stop": 842199109
        },
        {
            "start": 842204718,
            "stop": 842205423
        },
        {
            "start": 842206488,
            "stop": 842219580
        },
        {
            "start": 842221218,
            "stop": 842236273
        },
        {
            "start": 842236282,
            "stop": 842275714
        },
        {
            "start": 842275967,
            "stop": 842303953
        },
        {
            "start": 842305403,
            "stop": 842309413
        },
        {
            "start": 842310421,
            "stop": 842340493
        },
        {
            "start": 842340898,
            "stop": 842365149
        },
        {
            "start": 842365271,
            "stop": 842366913
        },
        {
            "start": 842367013,
            "stop": 842373182
        },
        {
            "start": 842373265,
            "stop": 842383986
        },
        {
            "start": 842384111,
            "stop": 842385133
        },
        {
            "start": 842387567,
            "stop": 842387953
        },
        {
            "start": 842387968,
            "stop": 842387969
        },
        {
            "start": 842388016,
            "stop": 842393269
        }
    ]
}