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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=783",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=781",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 782,
    "results": [
        {
            "start": 957500032,
            "stop": 957500178
        },
        {
            "start": 957500183,
            "stop": 957500197
        },
        {
            "start": 957500203,
            "stop": 957500266
        },
        {
            "start": 957500272,
            "stop": 957500516
        },
        {
            "start": 957500522,
            "stop": 957500600
        },
        {
            "start": 957500606,
            "stop": 957500693
        },
        {
            "start": 957500699,
            "stop": 957500823
        },
        {
            "start": 957500829,
            "stop": 957500863
        },
        {
            "start": 957500869,
            "stop": 957501085
        },
        {
            "start": 957501091,
            "stop": 957501125
        },
        {
            "start": 957501131,
            "stop": 957501146
        },
        {
            "start": 957501152,
            "stop": 957501224
        },
        {
            "start": 957501230,
            "stop": 957501450
        },
        {
            "start": 957501456,
            "stop": 957501613
        },
        {
            "start": 957501619,
            "stop": 957501767
        },
        {
            "start": 957501772,
            "stop": 957502307
        },
        {
            "start": 957502313,
            "stop": 957502379
        },
        {
            "start": 957502385,
            "stop": 957502463
        },
        {
            "start": 957502469,
            "stop": 957502854
        },
        {
            "start": 957502860,
            "stop": 957503088
        }
    ]
}