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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=170",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 171,
    "results": [
        {
            "start": 931428160,
            "stop": 931428162
        },
        {
            "start": 931428164,
            "stop": 931428167
        },
        {
            "start": 931428169,
            "stop": 931428172
        },
        {
            "start": 931428174,
            "stop": 931428178
        },
        {
            "start": 931428180,
            "stop": 931428204
        },
        {
            "start": 931428206,
            "stop": 931428213
        },
        {
            "start": 931428215,
            "stop": 931428216
        },
        {
            "start": 931428218,
            "stop": 931428219
        },
        {
            "start": 931428223,
            "stop": 931428230
        },
        {
            "start": 931428234,
            "stop": 931428240
        },
        {
            "start": 931428244,
            "stop": 931428254
        },
        {
            "start": 931428263,
            "stop": 931428264
        },
        {
            "start": 931428269,
            "stop": 931428271
        },
        {
            "start": 931428275,
            "stop": 931428292
        },
        {
            "start": 931428294,
            "stop": 931428300
        },
        {
            "start": 931428304,
            "stop": 931428312
        },
        {
            "start": 931428315,
            "stop": 931428324
        },
        {
            "start": 931428329,
            "stop": 931428331
        },
        {
            "start": 931428333,
            "stop": 931428335
        },
        {
            "start": 931428337,
            "stop": 931428345
        }
    ]
}