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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1362",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1363,
    "results": [
        {
            "start": 966572848,
            "stop": 966573530
        },
        {
            "start": 966573531,
            "stop": 966573860
        },
        {
            "start": 966573861,
            "stop": 966576308
        },
        {
            "start": 966576435,
            "stop": 966600448
        },
        {
            "start": 966605136,
            "stop": 966607703
        },
        {
            "start": 966607704,
            "stop": 966618089
        },
        {
            "start": 966619319,
            "stop": 966624620
        },
        {
            "start": 966624621,
            "stop": 966626866
        },
        {
            "start": 966626867,
            "stop": 966630217
        },
        {
            "start": 966633730,
            "stop": 966638054
        },
        {
            "start": 966638055,
            "stop": 966640364
        },
        {
            "start": 966640420,
            "stop": 966643456
        },
        {
            "start": 966644057,
            "stop": 966648887
        },
        {
            "start": 966648888,
            "stop": 966651406
        },
        {
            "start": 966656500,
            "stop": 966679105
        },
        {
            "start": 966679106,
            "stop": 966685433
        },
        {
            "start": 966685434,
            "stop": 966686540
        },
        {
            "start": 966687808,
            "stop": 966687953
        },
        {
            "start": 966705395,
            "stop": 966708067
        },
        {
            "start": 966708242,
            "stop": 966715840
        }
    ]
}