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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10139",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10140,
    "results": [
        {
            "start": 873711351,
            "stop": 873711355
        },
        {
            "start": 873711370,
            "stop": 873711390
        },
        {
            "start": 873711397,
            "stop": 873711425
        },
        {
            "start": 873711435,
            "stop": 873711454
        },
        {
            "start": 873711461,
            "stop": 873711495
        },
        {
            "start": 873711502,
            "stop": 873711508
        },
        {
            "start": 873711522,
            "stop": 873711523
        },
        {
            "start": 873711530,
            "stop": 873711614
        },
        {
            "start": 873711621,
            "stop": 873711623
        },
        {
            "start": 873711631,
            "stop": 873711640
        },
        {
            "start": 873711647,
            "stop": 873711665
        },
        {
            "start": 873711673,
            "stop": 873711679
        },
        {
            "start": 873711687,
            "stop": 873711697
        },
        {
            "start": 873711707,
            "stop": 873711736
        },
        {
            "start": 873711743,
            "stop": 873711803
        },
        {
            "start": 873711814,
            "stop": 873711848
        },
        {
            "start": 873711859,
            "stop": 873711870
        },
        {
            "start": 873711880,
            "stop": 873711886
        },
        {
            "start": 873711948,
            "stop": 873711992
        },
        {
            "start": 873712008,
            "stop": 873712030
        }
    ]
}