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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=187",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 188,
    "results": [
        {
            "start": 818207388,
            "stop": 818207389
        },
        {
            "start": 818207406,
            "stop": 818207407
        },
        {
            "start": 818207417,
            "stop": 818207420
        },
        {
            "start": 818207423,
            "stop": 818207427
        },
        {
            "start": 818207448,
            "stop": 818207450
        },
        {
            "start": 818207458,
            "stop": 818207460
        },
        {
            "start": 818207476,
            "stop": 818207480
        },
        {
            "start": 818207495,
            "stop": 818207498
        },
        {
            "start": 818207501,
            "stop": 818207502
        },
        {
            "start": 818207505,
            "stop": 818207508
        },
        {
            "start": 818207528,
            "stop": 818207535
        },
        {
            "start": 818207538,
            "stop": 818207541
        },
        {
            "start": 818207559,
            "stop": 818207564
        },
        {
            "start": 818207574,
            "stop": 818207576
        },
        {
            "start": 818207579,
            "stop": 818207580
        },
        {
            "start": 818207598,
            "stop": 818207600
        },
        {
            "start": 818207603,
            "stop": 818207604
        },
        {
            "start": 818207619,
            "stop": 818207620
        },
        {
            "start": 818207623,
            "stop": 818207626
        },
        {
            "start": 818207629,
            "stop": 818207631
        }
    ]
}