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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16697",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16698,
    "results": [
        {
            "start": 874943053,
            "stop": 874943074
        },
        {
            "start": 874943076,
            "stop": 874943084
        },
        {
            "start": 874943085,
            "stop": 874943106
        },
        {
            "start": 874943107,
            "stop": 874943111
        },
        {
            "start": 874943112,
            "stop": 874943154
        },
        {
            "start": 874943155,
            "stop": 874943229
        },
        {
            "start": 874943231,
            "stop": 874943252
        },
        {
            "start": 874943254,
            "stop": 874943303
        },
        {
            "start": 874943304,
            "stop": 874943330
        },
        {
            "start": 874943332,
            "stop": 874943349
        },
        {
            "start": 874943350,
            "stop": 874943365
        },
        {
            "start": 874943367,
            "stop": 874943420
        },
        {
            "start": 874943421,
            "stop": 874943430
        },
        {
            "start": 874943432,
            "stop": 874943436
        },
        {
            "start": 874943437,
            "stop": 874943447
        },
        {
            "start": 874943449,
            "stop": 874943622
        },
        {
            "start": 874943623,
            "stop": 874943770
        },
        {
            "start": 874943771,
            "stop": 874943859
        },
        {
            "start": 874943861,
            "stop": 874943873
        },
        {
            "start": 874943874,
            "stop": 874943921
        }
    ]
}