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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=247",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 248,
    "results": [
        {
            "start": 859285389,
            "stop": 859312533
        },
        {
            "start": 859314708,
            "stop": 859320109
        },
        {
            "start": 859321105,
            "stop": 859323656
        },
        {
            "start": 859323659,
            "stop": 859348528
        },
        {
            "start": 859349520,
            "stop": 859399921
        },
        {
            "start": 859401094,
            "stop": 859431726
        },
        {
            "start": 859433233,
            "stop": 859474790
        },
        {
            "start": 859477164,
            "stop": 859477513
        },
        {
            "start": 859478795,
            "stop": 859495978
        },
        {
            "start": 859511146,
            "stop": 859551324
        },
        {
            "start": 859552630,
            "stop": 859575997
        },
        {
            "start": 859577226,
            "stop": 859591340
        },
        {
            "start": 859592816,
            "stop": 859607373
        },
        {
            "start": 859608305,
            "stop": 859647623
        },
        {
            "start": 859663562,
            "stop": 859664402
        },
        {
            "start": 859664605,
            "stop": 859664958
        },
        {
            "start": 859665070,
            "stop": 859704468
        },
        {
            "start": 859705507,
            "stop": 859720414
        },
        {
            "start": 859721719,
            "stop": 859723181
        },
        {
            "start": 859725180,
            "stop": 859736184
        }
    ]
}