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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3500",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3498",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3499,
    "results": [
        {
            "start": 871282705,
            "stop": 871282809
        },
        {
            "start": 871282829,
            "stop": 871282856
        },
        {
            "start": 871282873,
            "stop": 871282880
        },
        {
            "start": 871282912,
            "stop": 871283101
        },
        {
            "start": 871283118,
            "stop": 871283147
        },
        {
            "start": 871283164,
            "stop": 871283519
        },
        {
            "start": 871283543,
            "stop": 871283546
        },
        {
            "start": 871283563,
            "stop": 871283630
        },
        {
            "start": 871283647,
            "stop": 871283651
        },
        {
            "start": 871283668,
            "stop": 871283674
        },
        {
            "start": 871283705,
            "stop": 871283728
        },
        {
            "start": 871283745,
            "stop": 871283765
        },
        {
            "start": 871283782,
            "stop": 871284028
        },
        {
            "start": 871284045,
            "stop": 871284072
        },
        {
            "start": 871284089,
            "stop": 871284143
        },
        {
            "start": 871284160,
            "stop": 871284225
        },
        {
            "start": 871284242,
            "stop": 871284244
        },
        {
            "start": 871284269,
            "stop": 871284321
        },
        {
            "start": 871284338,
            "stop": 871284670
        },
        {
            "start": 871284687,
            "stop": 871285054
        }
    ]
}