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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15708",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15706",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15707,
    "results": [
        {
            "start": 971163387,
            "stop": 971163389
        },
        {
            "start": 971163392,
            "stop": 971163397
        },
        {
            "start": 971163398,
            "stop": 971163400
        },
        {
            "start": 971163404,
            "stop": 971163406
        },
        {
            "start": 971163408,
            "stop": 971163410
        },
        {
            "start": 971163412,
            "stop": 971163413
        },
        {
            "start": 971163415,
            "stop": 971163417
        },
        {
            "start": 971163419,
            "stop": 971163420
        },
        {
            "start": 971163423,
            "stop": 971163427
        },
        {
            "start": 971163435,
            "stop": 971163437
        },
        {
            "start": 971163443,
            "stop": 971163444
        },
        {
            "start": 971163446,
            "stop": 971163451
        },
        {
            "start": 971163453,
            "stop": 971163457
        },
        {
            "start": 971163458,
            "stop": 971163462
        },
        {
            "start": 971163465,
            "stop": 971163467
        },
        {
            "start": 971163469,
            "stop": 971163470
        },
        {
            "start": 971163471,
            "stop": 971163474
        },
        {
            "start": 971163476,
            "stop": 971163477
        },
        {
            "start": 971163479,
            "stop": 971163481
        },
        {
            "start": 971163482,
            "stop": 971163486
        }
    ]
}