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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=260",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 261,
    "results": [
        {
            "start": 931469008,
            "stop": 931469013
        },
        {
            "start": 931469017,
            "stop": 931469028
        },
        {
            "start": 931469035,
            "stop": 931469042
        },
        {
            "start": 931469044,
            "stop": 931469045
        },
        {
            "start": 931469054,
            "stop": 931469057
        },
        {
            "start": 931469059,
            "stop": 931469060
        },
        {
            "start": 931469061,
            "stop": 931469074
        },
        {
            "start": 931469076,
            "stop": 931469078
        },
        {
            "start": 931469080,
            "stop": 931469088
        },
        {
            "start": 931469090,
            "stop": 931469095
        },
        {
            "start": 931469097,
            "stop": 931469104
        },
        {
            "start": 931469106,
            "stop": 931469111
        },
        {
            "start": 931469125,
            "stop": 931469126
        },
        {
            "start": 931469128,
            "stop": 931469133
        },
        {
            "start": 931469135,
            "stop": 931469136
        },
        {
            "start": 931469138,
            "stop": 931469150
        },
        {
            "start": 931469152,
            "stop": 931469157
        },
        {
            "start": 931469161,
            "stop": 931469163
        },
        {
            "start": 931469165,
            "stop": 931469166
        },
        {
            "start": 931469171,
            "stop": 931469172
        }
    ]
}