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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2319",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2320,
    "results": [
        {
            "start": 874240720,
            "stop": 874240756
        },
        {
            "start": 874240777,
            "stop": 874242180
        },
        {
            "start": 874242240,
            "stop": 874242268
        },
        {
            "start": 874243054,
            "stop": 874244460
        },
        {
            "start": 874244580,
            "stop": 874244895
        },
        {
            "start": 874244914,
            "stop": 874247579
        },
        {
            "start": 874247598,
            "stop": 874247640
        },
        {
            "start": 874247700,
            "stop": 874247722
        },
        {
            "start": 874248486,
            "stop": 874248589
        },
        {
            "start": 874248608,
            "stop": 874248611
        },
        {
            "start": 874248630,
            "stop": 874248999
        },
        {
            "start": 874249104,
            "stop": 874249488
        },
        {
            "start": 874249505,
            "stop": 874249549
        },
        {
            "start": 874250526,
            "stop": 874250638
        },
        {
            "start": 874250663,
            "stop": 874250672
        },
        {
            "start": 874250693,
            "stop": 874250750
        },
        {
            "start": 874250776,
            "stop": 874250904
        },
        {
            "start": 874250932,
            "stop": 874251321
        },
        {
            "start": 874251340,
            "stop": 874252200
        },
        {
            "start": 874252277,
            "stop": 874252312
        }
    ]
}