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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=140",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 141,
    "results": [
        {
            "start": 834938877,
            "stop": 834938879
        },
        {
            "start": 834938998,
            "stop": 834939491
        },
        {
            "start": 834941214,
            "stop": 834941710
        },
        {
            "start": 834943326,
            "stop": 834946273
        },
        {
            "start": 834947200,
            "stop": 834947900
        },
        {
            "start": 834947955,
            "stop": 834953344
        },
        {
            "start": 834954597,
            "stop": 834955033
        },
        {
            "start": 834955195,
            "stop": 834960232
        },
        {
            "start": 834962922,
            "stop": 834968053
        },
        {
            "start": 834968083,
            "stop": 834968085
        },
        {
            "start": 834968774,
            "stop": 834969651
        },
        {
            "start": 834970797,
            "stop": 834974773
        },
        {
            "start": 834974782,
            "stop": 834974783
        },
        {
            "start": 834974893,
            "stop": 834981553
        },
        {
            "start": 834981565,
            "stop": 834981566
        },
        {
            "start": 834981621,
            "stop": 834982393
        },
        {
            "start": 834982419,
            "stop": 834982420
        },
        {
            "start": 834982753,
            "stop": 834986113
        },
        {
            "start": 835032975,
            "stop": 835033573
        },
        {
            "start": 835035468,
            "stop": 835038377
        }
    ]
}