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=2220
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=2221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2219",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2220,
    "results": [
        {
            "start": 872921000,
            "stop": 872925793
        },
        {
            "start": 872927126,
            "stop": 872933658
        },
        {
            "start": 872933677,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872941440
        },
        {
            "start": 872941560,
            "stop": 872944433
        },
        {
            "start": 872944719,
            "stop": 872945366
        },
        {
            "start": 872945383,
            "stop": 872945387
        },
        {
            "start": 872945411,
            "stop": 872945423
        },
        {
            "start": 872945440,
            "stop": 872945576
        },
        {
            "start": 872971155,
            "stop": 872971159
        },
        {
            "start": 872971198,
            "stop": 872971437
        },
        {
            "start": 872971466,
            "stop": 872971723
        },
        {
            "start": 872971744,
            "stop": 872971791
        },
        {
            "start": 872971820,
            "stop": 872971840
        },
        {
            "start": 872971857,
            "stop": 872971867
        },
        {
            "start": 872971884,
            "stop": 872972157
        },
        {
            "start": 872972442,
            "stop": 872972464
        },
        {
            "start": 872972469,
            "stop": 872972519
        },
        {
            "start": 872972525,
            "stop": 872972546
        },
        {
            "start": 872972693,
            "stop": 872972767
        }
    ]
}