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=2240
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=2241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2239",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2240,
    "results": [
        {
            "start": 873196482,
            "stop": 873196487
        },
        {
            "start": 873196513,
            "stop": 873196550
        },
        {
            "start": 873196586,
            "stop": 873196931
        },
        {
            "start": 873196997,
            "stop": 873197041
        },
        {
            "start": 873197060,
            "stop": 873197084
        },
        {
            "start": 873197123,
            "stop": 873197847
        },
        {
            "start": 873197873,
            "stop": 873198442
        },
        {
            "start": 873198461,
            "stop": 873198499
        },
        {
            "start": 873198551,
            "stop": 873198586
        },
        {
            "start": 873198605,
            "stop": 873198648
        },
        {
            "start": 873198688,
            "stop": 873198919
        },
        {
            "start": 873198993,
            "stop": 873199002
        },
        {
            "start": 873199032,
            "stop": 873199076
        },
        {
            "start": 873199110,
            "stop": 873199862
        },
        {
            "start": 873199881,
            "stop": 873199968
        },
        {
            "start": 873199987,
            "stop": 873200067
        },
        {
            "start": 873200129,
            "stop": 873200146
        },
        {
            "start": 873200166,
            "stop": 873200215
        },
        {
            "start": 873200247,
            "stop": 873200285
        },
        {
            "start": 873200304,
            "stop": 873200501
        }
    ]
}