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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=178",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 179,
    "results": [
        {
            "start": 819898119,
            "stop": 819898282
        },
        {
            "start": 819898290,
            "stop": 819898304
        },
        {
            "start": 819898315,
            "stop": 819898360
        },
        {
            "start": 819898368,
            "stop": 819898369
        },
        {
            "start": 819898391,
            "stop": 819898665
        },
        {
            "start": 819898676,
            "stop": 819898842
        },
        {
            "start": 819898864,
            "stop": 819898873
        },
        {
            "start": 819898884,
            "stop": 819898946
        },
        {
            "start": 819898954,
            "stop": 819898993
        },
        {
            "start": 819900204,
            "stop": 819900219
        },
        {
            "start": 819900230,
            "stop": 819900307
        },
        {
            "start": 819903491,
            "stop": 819903539
        },
        {
            "start": 819912459,
            "stop": 819912536
        },
        {
            "start": 819912547,
            "stop": 819912575
        },
        {
            "start": 819912586,
            "stop": 819912602
        },
        {
            "start": 819912619,
            "stop": 819912677
        },
        {
            "start": 819912693,
            "stop": 819912694
        },
        {
            "start": 819912727,
            "stop": 819912733
        },
        {
            "start": 819912777,
            "stop": 819912805
        },
        {
            "start": 819912814,
            "stop": 819912832
        }
    ]
}