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=5137
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=5138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5136",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5137,
    "results": [
        {
            "start": 873707783,
            "stop": 873707837
        },
        {
            "start": 873707852,
            "stop": 873707870
        },
        {
            "start": 873711097,
            "stop": 873711116
        },
        {
            "start": 873711152,
            "stop": 873711229
        },
        {
            "start": 873711236,
            "stop": 873711250
        },
        {
            "start": 873711257,
            "stop": 873711272
        },
        {
            "start": 873711283,
            "stop": 873711290
        },
        {
            "start": 873711311,
            "stop": 873711328
        },
        {
            "start": 873711336,
            "stop": 873711344
        },
        {
            "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
        }
    ]
}