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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=188",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 189,
    "results": [
        {
            "start": 931434489,
            "stop": 931434501
        },
        {
            "start": 931434503,
            "stop": 931434504
        },
        {
            "start": 931434506,
            "stop": 931434511
        },
        {
            "start": 931434513,
            "stop": 931434518
        },
        {
            "start": 931434520,
            "stop": 931434545
        },
        {
            "start": 931434547,
            "stop": 931434551
        },
        {
            "start": 931434553,
            "stop": 931434557
        },
        {
            "start": 931434559,
            "stop": 931434566
        },
        {
            "start": 931434568,
            "stop": 931434569
        },
        {
            "start": 931434575,
            "stop": 931434576
        },
        {
            "start": 931434578,
            "stop": 931434582
        },
        {
            "start": 931434584,
            "stop": 931434589
        },
        {
            "start": 931434590,
            "stop": 931434596
        },
        {
            "start": 931434598,
            "stop": 931434659
        },
        {
            "start": 931434662,
            "stop": 931434674
        },
        {
            "start": 931434676,
            "stop": 931434691
        },
        {
            "start": 931434693,
            "stop": 931434705
        },
        {
            "start": 931434707,
            "stop": 931434741
        },
        {
            "start": 931434743,
            "stop": 931434745
        },
        {
            "start": 931434746,
            "stop": 931434760
        }
    ]
}