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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5188",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5189,
    "results": [
        {
            "start": 969873884,
            "stop": 969874055
        },
        {
            "start": 969874058,
            "stop": 969874269
        },
        {
            "start": 969874272,
            "stop": 969874372
        },
        {
            "start": 969874375,
            "stop": 969874813
        },
        {
            "start": 969874816,
            "stop": 969874946
        },
        {
            "start": 969874949,
            "stop": 969875190
        },
        {
            "start": 969875193,
            "stop": 969875555
        },
        {
            "start": 969875558,
            "stop": 969875697
        },
        {
            "start": 969875700,
            "stop": 969876132
        },
        {
            "start": 969876135,
            "stop": 969876518
        },
        {
            "start": 969876758,
            "stop": 969876878
        },
        {
            "start": 969876998,
            "stop": 969877058
        },
        {
            "start": 969877178,
            "stop": 969877238
        },
        {
            "start": 969877418,
            "stop": 969877451
        },
        {
            "start": 969877454,
            "stop": 969877478
        },
        {
            "start": 969877598,
            "stop": 969877778
        },
        {
            "start": 969877781,
            "stop": 969877824
        },
        {
            "start": 969877827,
            "stop": 969877879
        },
        {
            "start": 969877882,
            "stop": 969878223
        },
        {
            "start": 969878226,
            "stop": 969878245
        }
    ]
}