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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=616",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 617,
    "results": [
        {
            "start": 828905460,
            "stop": 828905953
        },
        {
            "start": 828906122,
            "stop": 828906209
        },
        {
            "start": 828906226,
            "stop": 828906360
        },
        {
            "start": 828906420,
            "stop": 828906971
        },
        {
            "start": 828906988,
            "stop": 828907560
        },
        {
            "start": 828907620,
            "stop": 828907680
        },
        {
            "start": 828907740,
            "stop": 828907798
        },
        {
            "start": 828907801,
            "stop": 828907980
        },
        {
            "start": 828908040,
            "stop": 828908220
        },
        {
            "start": 828908280,
            "stop": 828908407
        },
        {
            "start": 828908425,
            "stop": 828908760
        },
        {
            "start": 828908820,
            "stop": 828909155
        },
        {
            "start": 828909158,
            "stop": 828910081
        },
        {
            "start": 828910085,
            "stop": 828910112
        },
        {
            "start": 828910115,
            "stop": 828910440
        },
        {
            "start": 828910518,
            "stop": 828910534
        },
        {
            "start": 828910880,
            "stop": 828910919
        },
        {
            "start": 828930264,
            "stop": 828930272
        },
        {
            "start": 828930433,
            "stop": 828930436
        },
        {
            "start": 828930496,
            "stop": 828930510
        }
    ]
}