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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=65",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 66,
    "results": [
        {
            "start": 931256916,
            "stop": 931256917
        },
        {
            "start": 931256920,
            "stop": 931256927
        },
        {
            "start": 931256929,
            "stop": 931256930
        },
        {
            "start": 931256931,
            "stop": 931256933
        },
        {
            "start": 931256950,
            "stop": 931256952
        },
        {
            "start": 931256966,
            "stop": 931256970
        },
        {
            "start": 931256975,
            "stop": 931256977
        },
        {
            "start": 931256979,
            "stop": 931256981
        },
        {
            "start": 931256984,
            "stop": 931256990
        },
        {
            "start": 931256993,
            "stop": 931256998
        },
        {
            "start": 931257000,
            "stop": 931257002
        },
        {
            "start": 931257005,
            "stop": 931257006
        },
        {
            "start": 931257010,
            "stop": 931257011
        },
        {
            "start": 931257015,
            "stop": 931257017
        },
        {
            "start": 931257023,
            "stop": 931257024
        },
        {
            "start": 931257030,
            "stop": 931257031
        },
        {
            "start": 931257034,
            "stop": 931257036
        },
        {
            "start": 931257048,
            "stop": 931257049
        },
        {
            "start": 931257055,
            "stop": 931257056
        },
        {
            "start": 931257059,
            "stop": 931257061
        }
    ]
}