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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=384",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 385,
    "results": [
        {
            "start": 818287978,
            "stop": 818287980
        },
        {
            "start": 818288236,
            "stop": 818288237
        },
        {
            "start": 818288290,
            "stop": 818288291
        },
        {
            "start": 818288326,
            "stop": 818288328
        },
        {
            "start": 818288388,
            "stop": 818288389
        },
        {
            "start": 818288433,
            "stop": 818288434
        },
        {
            "start": 818288437,
            "stop": 818288439
        },
        {
            "start": 818288458,
            "stop": 818288459
        },
        {
            "start": 818288872,
            "stop": 818288873
        },
        {
            "start": 818288974,
            "stop": 818288975
        },
        {
            "start": 818289330,
            "stop": 818289331
        },
        {
            "start": 818289362,
            "stop": 818289363
        },
        {
            "start": 818289377,
            "stop": 818289378
        },
        {
            "start": 818289446,
            "stop": 818289447
        },
        {
            "start": 818289501,
            "stop": 818289504
        },
        {
            "start": 818289532,
            "stop": 818289533
        },
        {
            "start": 818289958,
            "stop": 818289959
        },
        {
            "start": 818290110,
            "stop": 818290111
        },
        {
            "start": 818290198,
            "stop": 818290199
        },
        {
            "start": 818290301,
            "stop": 818290302
        }
    ]
}