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=5188
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=5189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5187",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5188,
    "results": [
        {
            "start": 873839144,
            "stop": 873839180
        },
        {
            "start": 873839187,
            "stop": 873839244
        },
        {
            "start": 873839252,
            "stop": 873839324
        },
        {
            "start": 873839339,
            "stop": 873839654
        },
        {
            "start": 873839662,
            "stop": 873839902
        },
        {
            "start": 873839910,
            "stop": 873840004
        },
        {
            "start": 873840011,
            "stop": 873840885
        },
        {
            "start": 873840893,
            "stop": 873841161
        },
        {
            "start": 873841169,
            "stop": 873841175
        },
        {
            "start": 873841182,
            "stop": 873841183
        },
        {
            "start": 873841190,
            "stop": 873841197
        },
        {
            "start": 873841205,
            "stop": 873841534
        },
        {
            "start": 873841556,
            "stop": 873841830
        },
        {
            "start": 873841838,
            "stop": 873841878
        },
        {
            "start": 873841886,
            "stop": 873842108
        },
        {
            "start": 873842116,
            "stop": 873842154
        },
        {
            "start": 873842161,
            "stop": 873842418
        },
        {
            "start": 873842425,
            "stop": 873842604
        },
        {
            "start": 873842612,
            "stop": 873842617
        },
        {
            "start": 873842626,
            "stop": 873842911
        }
    ]
}