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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=177",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 178,
    "results": [
        {
            "start": 819905886,
            "stop": 819905940
        },
        {
            "start": 819906128,
            "stop": 819906240
        },
        {
            "start": 819906300,
            "stop": 819906420
        },
        {
            "start": 819906540,
            "stop": 819906840
        },
        {
            "start": 819906900,
            "stop": 819906960
        },
        {
            "start": 819907146,
            "stop": 819907214
        },
        {
            "start": 819907231,
            "stop": 819907234
        },
        {
            "start": 819907251,
            "stop": 819907560
        },
        {
            "start": 819907680,
            "stop": 819907740
        },
        {
            "start": 819907800,
            "stop": 819907920
        },
        {
            "start": 819907980,
            "stop": 819908100
        },
        {
            "start": 819908160,
            "stop": 819908340
        },
        {
            "start": 819908400,
            "stop": 819909116
        },
        {
            "start": 819909314,
            "stop": 819909392
        },
        {
            "start": 819909588,
            "stop": 819909780
        },
        {
            "start": 819909840,
            "stop": 819910142
        },
        {
            "start": 819910262,
            "stop": 819910500
        },
        {
            "start": 819910560,
            "stop": 819910775
        },
        {
            "start": 819910778,
            "stop": 819910920
        },
        {
            "start": 819910980,
            "stop": 819911100
        }
    ]
}