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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=170",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 171,
    "results": [
        {
            "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
        },
        {
            "start": 931428347,
            "stop": 931428350
        },
        {
            "start": 931428353,
            "stop": 931428355
        },
        {
            "start": 931428359,
            "stop": 931428360
        },
        {
            "start": 931428364,
            "stop": 931428369
        },
        {
            "start": 931428372,
            "stop": 931428380
        }
    ]
}