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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10185",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10186,
    "results": [
        {
            "start": 873838101,
            "stop": 873838267
        },
        {
            "start": 873838283,
            "stop": 873838296
        },
        {
            "start": 873838304,
            "stop": 873838374
        },
        {
            "start": 873838381,
            "stop": 873838424
        },
        {
            "start": 873838432,
            "stop": 873838489
        },
        {
            "start": 873838497,
            "stop": 873838686
        },
        {
            "start": 873838694,
            "stop": 873839121
        },
        {
            "start": 873839129,
            "stop": 873839135
        },
        {
            "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": 873840041
        },
        {
            "start": 873840247,
            "stop": 873840573
        },
        {
            "start": 873840693,
            "stop": 873840885
        },
        {
            "start": 873840893,
            "stop": 873841080
        },
        {
            "start": 873841140,
            "stop": 873841161
        },
        {
            "start": 873841169,
            "stop": 873841175
        }
    ]
}