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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=851",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=849",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 850,
    "results": [
        {
            "start": 963163842,
            "stop": 963163870
        },
        {
            "start": 963163898,
            "stop": 963165125
        },
        {
            "start": 963168984,
            "stop": 963170368
        },
        {
            "start": 963175213,
            "stop": 963179508
        },
        {
            "start": 963180628,
            "stop": 963184769
        },
        {
            "start": 963189245,
            "stop": 963189271
        },
        {
            "start": 963189280,
            "stop": 963189308
        },
        {
            "start": 963189314,
            "stop": 963189346
        },
        {
            "start": 963189352,
            "stop": 963195653
        },
        {
            "start": 963206222,
            "stop": 963216428
        },
        {
            "start": 963219293,
            "stop": 963226362
        },
        {
            "start": 963228893,
            "stop": 963229660
        },
        {
            "start": 963232467,
            "stop": 963232526
        },
        {
            "start": 963233965,
            "stop": 963235490
        },
        {
            "start": 963236714,
            "stop": 963236989
        },
        {
            "start": 963238420,
            "stop": 963241364
        },
        {
            "start": 963243980,
            "stop": 963247687
        },
        {
            "start": 963248482,
            "stop": 963250419
        },
        {
            "start": 963255634,
            "stop": 963255933
        },
        {
            "start": 963257487,
            "stop": 963258546
        }
    ]
}