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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8876",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8877,
    "results": [
        {
            "start": 873197123,
            "stop": 873197643
        },
        {
            "start": 873197660,
            "stop": 873197847
        },
        {
            "start": 873197873,
            "stop": 873198442
        },
        {
            "start": 873198461,
            "stop": 873198499
        },
        {
            "start": 873198551,
            "stop": 873198586
        },
        {
            "start": 873198605,
            "stop": 873198648
        },
        {
            "start": 873198688,
            "stop": 873198919
        },
        {
            "start": 873198993,
            "stop": 873199002
        },
        {
            "start": 873199032,
            "stop": 873199035
        },
        {
            "start": 873199052,
            "stop": 873199076
        },
        {
            "start": 873199110,
            "stop": 873199862
        },
        {
            "start": 873199881,
            "stop": 873199883
        },
        {
            "start": 873199900,
            "stop": 873199968
        },
        {
            "start": 873199987,
            "stop": 873200067
        },
        {
            "start": 873200129,
            "stop": 873200146
        },
        {
            "start": 873200166,
            "stop": 873200215
        },
        {
            "start": 873200247,
            "stop": 873200285
        },
        {
            "start": 873200304,
            "stop": 873200435
        },
        {
            "start": 873200452,
            "stop": 873200501
        },
        {
            "start": 873200520,
            "stop": 873200540
        }
    ]
}