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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=201",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 202,
    "results": [
        {
            "start": 956919967,
            "stop": 956919979
        },
        {
            "start": 956919982,
            "stop": 956919993
        },
        {
            "start": 956919997,
            "stop": 956920044
        },
        {
            "start": 956920047,
            "stop": 956920060
        },
        {
            "start": 956920072,
            "stop": 956920073
        },
        {
            "start": 956920079,
            "stop": 956920085
        },
        {
            "start": 956920088,
            "stop": 956920089
        },
        {
            "start": 956920106,
            "stop": 956920107
        },
        {
            "start": 956920124,
            "stop": 956920129
        },
        {
            "start": 956920145,
            "stop": 956920152
        },
        {
            "start": 956920170,
            "stop": 956920183
        },
        {
            "start": 956923097,
            "stop": 956923116
        },
        {
            "start": 956923131,
            "stop": 956923147
        },
        {
            "start": 956923150,
            "stop": 956923151
        },
        {
            "start": 956923156,
            "stop": 956923158
        },
        {
            "start": 956923161,
            "stop": 956923172
        },
        {
            "start": 956923175,
            "stop": 956923192
        },
        {
            "start": 956923204,
            "stop": 956923223
        },
        {
            "start": 956923234,
            "stop": 956923244
        },
        {
            "start": 956923273,
            "stop": 956923279
        }
    ]
}