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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=204",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 205,
    "results": [
        {
            "start": 839893826,
            "stop": 839908114
        },
        {
            "start": 839909896,
            "stop": 839912370
        },
        {
            "start": 839913596,
            "stop": 839953813
        },
        {
            "start": 839953828,
            "stop": 839953831
        },
        {
            "start": 839975797,
            "stop": 839975872
        },
        {
            "start": 839976795,
            "stop": 839977633
        },
        {
            "start": 839982307,
            "stop": 839983684
        },
        {
            "start": 839984115,
            "stop": 840039669
        },
        {
            "start": 840041157,
            "stop": 840049248
        },
        {
            "start": 840050217,
            "stop": 840052283
        },
        {
            "start": 840052371,
            "stop": 840081733
        },
        {
            "start": 840081737,
            "stop": 840081738
        },
        {
            "start": 840082940,
            "stop": 840083809
        },
        {
            "start": 840087552,
            "stop": 840176713
        },
        {
            "start": 840176733,
            "stop": 840176734
        },
        {
            "start": 840177620,
            "stop": 840203593
        },
        {
            "start": 840203631,
            "stop": 840203633
        },
        {
            "start": 840203749,
            "stop": 840206413
        },
        {
            "start": 840207806,
            "stop": 840217151
        },
        {
            "start": 840217273,
            "stop": 840227118
        }
    ]
}