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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=130",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 131,
    "results": [
        {
            "start": 816976856,
            "stop": 816976969
        },
        {
            "start": 816976998,
            "stop": 816977214
        },
        {
            "start": 816977252,
            "stop": 816977388
        },
        {
            "start": 816977426,
            "stop": 816977591
        },
        {
            "start": 816977611,
            "stop": 816977614
        },
        {
            "start": 816977735,
            "stop": 816977790
        },
        {
            "start": 816977822,
            "stop": 816977834
        },
        {
            "start": 816977927,
            "stop": 816978055
        },
        {
            "start": 816978084,
            "stop": 816978200
        },
        {
            "start": 816978229,
            "stop": 816978289
        },
        {
            "start": 816978309,
            "stop": 816978321
        },
        {
            "start": 816978351,
            "stop": 816978367
        },
        {
            "start": 816978416,
            "stop": 816978473
        },
        {
            "start": 816978527,
            "stop": 816978544
        },
        {
            "start": 816978573,
            "stop": 816978583
        },
        {
            "start": 816978612,
            "stop": 816978641
        },
        {
            "start": 816978671,
            "stop": 816978703
        },
        {
            "start": 816978734,
            "stop": 816978754
        },
        {
            "start": 816978776,
            "stop": 816978779
        },
        {
            "start": 816978802,
            "stop": 816978809
        }
    ]
}