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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9893",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9894,
    "results": [
        {
            "start": 874518527,
            "stop": 874518528
        },
        {
            "start": 874518539,
            "stop": 874518541
        },
        {
            "start": 874518545,
            "stop": 874518546
        },
        {
            "start": 874518548,
            "stop": 874518550
        },
        {
            "start": 874518552,
            "stop": 874518554
        },
        {
            "start": 874518556,
            "stop": 874518557
        },
        {
            "start": 874518558,
            "stop": 874518559
        },
        {
            "start": 874518561,
            "stop": 874518566
        },
        {
            "start": 874518573,
            "stop": 874518575
        },
        {
            "start": 874518576,
            "stop": 874518577
        },
        {
            "start": 874518578,
            "stop": 874518580
        },
        {
            "start": 874518586,
            "stop": 874518589
        },
        {
            "start": 874518590,
            "stop": 874518595
        },
        {
            "start": 874518597,
            "stop": 874518600
        },
        {
            "start": 874518603,
            "stop": 874518609
        },
        {
            "start": 874518610,
            "stop": 874518611
        },
        {
            "start": 874518612,
            "stop": 874518614
        },
        {
            "start": 874518615,
            "stop": 874518620
        },
        {
            "start": 874518621,
            "stop": 874518626
        },
        {
            "start": 874518630,
            "stop": 874518633
        }
    ]
}