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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8309",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8310,
    "results": [
        {
            "start": 874191104,
            "stop": 874191706
        },
        {
            "start": 874191725,
            "stop": 874191733
        },
        {
            "start": 874191757,
            "stop": 874191780
        },
        {
            "start": 874191799,
            "stop": 874191867
        },
        {
            "start": 874191901,
            "stop": 874192087
        },
        {
            "start": 874192107,
            "stop": 874192359
        },
        {
            "start": 874192378,
            "stop": 874192456
        },
        {
            "start": 874192475,
            "stop": 874192553
        },
        {
            "start": 874192572,
            "stop": 874192830
        },
        {
            "start": 874193790,
            "stop": 874193830
        },
        {
            "start": 874193850,
            "stop": 874193997
        },
        {
            "start": 874194017,
            "stop": 874194029
        },
        {
            "start": 874194096,
            "stop": 874194116
        },
        {
            "start": 874194180,
            "stop": 874194223
        },
        {
            "start": 874194242,
            "stop": 874194423
        },
        {
            "start": 874194457,
            "stop": 874195014
        },
        {
            "start": 874195033,
            "stop": 874196126
        },
        {
            "start": 874196246,
            "stop": 874196917
        },
        {
            "start": 874196934,
            "stop": 874197207
        },
        {
            "start": 874197227,
            "stop": 874198132
        }
    ]
}