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=16675
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=16676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16674",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16675,
    "results": [
        {
            "start": 874900783,
            "stop": 874901308
        },
        {
            "start": 874901309,
            "stop": 874901363
        },
        {
            "start": 874901364,
            "stop": 874901374
        },
        {
            "start": 874901375,
            "stop": 874901392
        },
        {
            "start": 874901393,
            "stop": 874901549
        },
        {
            "start": 874901550,
            "stop": 874901625
        },
        {
            "start": 874901626,
            "stop": 874901841
        },
        {
            "start": 874901842,
            "stop": 874901891
        },
        {
            "start": 874901892,
            "stop": 874901919
        },
        {
            "start": 874901920,
            "stop": 874902509
        },
        {
            "start": 874902511,
            "stop": 874902994
        },
        {
            "start": 874902995,
            "stop": 874903050
        },
        {
            "start": 874903052,
            "stop": 874903268
        },
        {
            "start": 874903269,
            "stop": 874903459
        },
        {
            "start": 874903460,
            "stop": 874903786
        },
        {
            "start": 874903788,
            "stop": 874903951
        },
        {
            "start": 874903952,
            "stop": 874903989
        },
        {
            "start": 874903990,
            "stop": 874903995
        },
        {
            "start": 874903997,
            "stop": 874904145
        },
        {
            "start": 874904146,
            "stop": 874904280
        }
    ]
}