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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4689",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4687",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4688,
    "results": [
        {
            "start": 969892358,
            "stop": 969892378
        },
        {
            "start": 969892386,
            "stop": 969892418
        },
        {
            "start": 969895912,
            "stop": 969896070
        },
        {
            "start": 969896073,
            "stop": 969896322
        },
        {
            "start": 969896325,
            "stop": 969896492
        },
        {
            "start": 969896495,
            "stop": 969896541
        },
        {
            "start": 969896544,
            "stop": 969896618
        },
        {
            "start": 969896678,
            "stop": 969896782
        },
        {
            "start": 969896785,
            "stop": 969896798
        },
        {
            "start": 969896918,
            "stop": 969896945
        },
        {
            "start": 969896948,
            "stop": 969896978
        },
        {
            "start": 969897098,
            "stop": 969897112
        },
        {
            "start": 969897115,
            "stop": 969897178
        },
        {
            "start": 969897181,
            "stop": 969897199
        },
        {
            "start": 969897202,
            "stop": 969897213
        },
        {
            "start": 969897216,
            "stop": 969897224
        },
        {
            "start": 969897227,
            "stop": 969897323
        },
        {
            "start": 969897326,
            "stop": 969897341
        },
        {
            "start": 969897345,
            "stop": 969897398
        },
        {
            "start": 969897458,
            "stop": 969897462
        }
    ]
}