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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=183",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 184,
    "results": [
        {
            "start": 817548261,
            "stop": 817549522
        },
        {
            "start": 817549800,
            "stop": 817549830
        },
        {
            "start": 817549858,
            "stop": 817549924
        },
        {
            "start": 817549943,
            "stop": 817550362
        },
        {
            "start": 817550389,
            "stop": 817551112
        },
        {
            "start": 817551133,
            "stop": 817551619
        },
        {
            "start": 817551638,
            "stop": 817551868
        },
        {
            "start": 817553384,
            "stop": 817555120
        },
        {
            "start": 817555139,
            "stop": 817555311
        },
        {
            "start": 817555330,
            "stop": 817555492
        },
        {
            "start": 817555518,
            "stop": 817555805
        },
        {
            "start": 817555822,
            "stop": 817556074
        },
        {
            "start": 817556104,
            "stop": 817557031
        },
        {
            "start": 817557057,
            "stop": 817557304
        },
        {
            "start": 817557326,
            "stop": 817557330
        },
        {
            "start": 817557359,
            "stop": 817557514
        },
        {
            "start": 817557535,
            "stop": 817557898
        },
        {
            "start": 817557919,
            "stop": 817558113
        },
        {
            "start": 817558134,
            "stop": 817558230
        },
        {
            "start": 817558260,
            "stop": 817558565
        }
    ]
}