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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=116",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 117,
    "results": [
        {
            "start": 836066138,
            "stop": 836074079
        },
        {
            "start": 836074924,
            "stop": 836109556
        },
        {
            "start": 836111778,
            "stop": 836122478
        },
        {
            "start": 836123839,
            "stop": 836138148
        },
        {
            "start": 836138535,
            "stop": 836154376
        },
        {
            "start": 836154540,
            "stop": 836155979
        },
        {
            "start": 836156070,
            "stop": 836165078
        },
        {
            "start": 836165901,
            "stop": 836197071
        },
        {
            "start": 836200088,
            "stop": 836203178
        },
        {
            "start": 836204448,
            "stop": 836220560
        },
        {
            "start": 836221241,
            "stop": 836228543
        },
        {
            "start": 836228989,
            "stop": 836233565
        },
        {
            "start": 836233705,
            "stop": 836233791
        },
        {
            "start": 836238447,
            "stop": 836238647
        },
        {
            "start": 836238862,
            "stop": 836239089
        },
        {
            "start": 836239452,
            "stop": 836241970
        },
        {
            "start": 836242209,
            "stop": 836258679
        },
        {
            "start": 836258852,
            "stop": 836259647
        },
        {
            "start": 836259825,
            "stop": 836259854
        },
        {
            "start": 836260261,
            "stop": 836260336
        }
    ]
}