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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=274",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 275,
    "results": [
        {
            "start": 852932116,
            "stop": 852932653
        },
        {
            "start": 852932666,
            "stop": 852932667
        },
        {
            "start": 852934041,
            "stop": 852950055
        },
        {
            "start": 852950325,
            "stop": 852973633
        },
        {
            "start": 852973655,
            "stop": 852973656
        },
        {
            "start": 852973823,
            "stop": 852987242
        },
        {
            "start": 852988499,
            "stop": 852998208
        },
        {
            "start": 853020602,
            "stop": 853034533
        },
        {
            "start": 853034543,
            "stop": 853034544
        },
        {
            "start": 853035304,
            "stop": 853056073
        },
        {
            "start": 853056106,
            "stop": 853056107
        },
        {
            "start": 853058291,
            "stop": 853072153
        },
        {
            "start": 853072196,
            "stop": 853072197
        },
        {
            "start": 853072404,
            "stop": 853075201
        },
        {
            "start": 853077892,
            "stop": 853086373
        },
        {
            "start": 853086733,
            "stop": 853086793
        },
        {
            "start": 853086799,
            "stop": 853086800
        },
        {
            "start": 853087033,
            "stop": 853095904
        },
        {
            "start": 853098891,
            "stop": 853102421
        },
        {
            "start": 853104893,
            "stop": 853115233
        }
    ]
}