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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5227",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5228,
    "results": [
        {
            "start": 874235798,
            "stop": 874236007
        },
        {
            "start": 874236048,
            "stop": 874236063
        },
        {
            "start": 874236099,
            "stop": 874236184
        },
        {
            "start": 874236225,
            "stop": 874236248
        },
        {
            "start": 874236284,
            "stop": 874236677
        },
        {
            "start": 874236713,
            "stop": 874237525
        },
        {
            "start": 874237533,
            "stop": 874237631
        },
        {
            "start": 874237648,
            "stop": 874237685
        },
        {
            "start": 874237692,
            "stop": 874238127
        },
        {
            "start": 874238163,
            "stop": 874238223
        },
        {
            "start": 874238259,
            "stop": 874238532
        },
        {
            "start": 874240737,
            "stop": 874240756
        },
        {
            "start": 874240794,
            "stop": 874242158
        },
        {
            "start": 874243054,
            "stop": 874243879
        },
        {
            "start": 874243897,
            "stop": 874244460
        },
        {
            "start": 874244580,
            "stop": 874244895
        },
        {
            "start": 874244931,
            "stop": 874244961
        },
        {
            "start": 874244978,
            "stop": 874245386
        },
        {
            "start": 874245393,
            "stop": 874246121
        },
        {
            "start": 874246128,
            "stop": 874247579
        }
    ]
}