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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=172",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 173,
    "results": [
        {
            "start": 819000177,
            "stop": 819003657
        },
        {
            "start": 819004251,
            "stop": 819007699
        },
        {
            "start": 819007708,
            "stop": 819007893
        },
        {
            "start": 819008069,
            "stop": 819008210
        },
        {
            "start": 819008218,
            "stop": 819008234
        },
        {
            "start": 819008242,
            "stop": 819008265
        },
        {
            "start": 819008278,
            "stop": 819009136
        },
        {
            "start": 819009184,
            "stop": 819009357
        },
        {
            "start": 819009370,
            "stop": 819009435
        },
        {
            "start": 819009449,
            "stop": 819012855
        },
        {
            "start": 819012863,
            "stop": 819012873
        },
        {
            "start": 819012881,
            "stop": 819012988
        },
        {
            "start": 819013030,
            "stop": 819013031
        },
        {
            "start": 819014070,
            "stop": 819015172
        },
        {
            "start": 819015181,
            "stop": 819015937
        },
        {
            "start": 819015945,
            "stop": 819017208
        },
        {
            "start": 819017216,
            "stop": 819020016
        },
        {
            "start": 819020069,
            "stop": 819020863
        },
        {
            "start": 819020871,
            "stop": 819030304
        },
        {
            "start": 819031354,
            "stop": 819031386
        }
    ]
}