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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=158",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 159,
    "results": [
        {
            "start": 818958932,
            "stop": 818963157
        },
        {
            "start": 818963212,
            "stop": 818984413
        },
        {
            "start": 818984634,
            "stop": 818986813
        },
        {
            "start": 818986859,
            "stop": 818986860
        },
        {
            "start": 818987293,
            "stop": 818991493
        },
        {
            "start": 818999340,
            "stop": 818999580
        },
        {
            "start": 819000124,
            "stop": 819000166
        },
        {
            "start": 819000177,
            "stop": 819003657
        },
        {
            "start": 819004251,
            "stop": 819007699
        },
        {
            "start": 819007729,
            "stop": 819007873
        },
        {
            "start": 819008069,
            "stop": 819008210
        },
        {
            "start": 819008263,
            "stop": 819008265
        },
        {
            "start": 819008299,
            "stop": 819009136
        },
        {
            "start": 819009184,
            "stop": 819009357
        },
        {
            "start": 819009391,
            "stop": 819009435
        },
        {
            "start": 819009470,
            "stop": 819012667
        },
        {
            "start": 819012674,
            "stop": 819012677
        },
        {
            "start": 819012684,
            "stop": 819012700
        },
        {
            "start": 819012708,
            "stop": 819012721
        },
        {
            "start": 819012728,
            "stop": 819012752
        }
    ]
}