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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=186",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 187,
    "results": [
        {
            "start": 817515107,
            "stop": 817515740
        },
        {
            "start": 817515757,
            "stop": 817516004
        },
        {
            "start": 817516025,
            "stop": 817516185
        },
        {
            "start": 817516202,
            "stop": 817516637
        },
        {
            "start": 817516654,
            "stop": 817523247
        },
        {
            "start": 817523266,
            "stop": 817523475
        },
        {
            "start": 817523494,
            "stop": 817524088
        },
        {
            "start": 817524109,
            "stop": 817524272
        },
        {
            "start": 817524292,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817530090
        },
        {
            "start": 817531050,
            "stop": 817531162
        },
        {
            "start": 817531183,
            "stop": 817531204
        },
        {
            "start": 817531225,
            "stop": 817531257
        },
        {
            "start": 817531280,
            "stop": 817531386
        },
        {
            "start": 817531416,
            "stop": 817531456
        },
        {
            "start": 817531486,
            "stop": 817531535
        },
        {
            "start": 817531556,
            "stop": 817531606
        },
        {
            "start": 817531625,
            "stop": 817531927
        },
        {
            "start": 817531947,
            "stop": 817531992
        },
        {
            "start": 817532012,
            "stop": 817532110
        }
    ]
}