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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6883",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6884,
    "results": [
        {
            "start": 873403037,
            "stop": 873403518
        },
        {
            "start": 873403521,
            "stop": 873403525
        },
        {
            "start": 873403528,
            "stop": 873403711
        },
        {
            "start": 873403714,
            "stop": 873404018
        },
        {
            "start": 873404022,
            "stop": 873404764
        },
        {
            "start": 873404767,
            "stop": 873404976
        },
        {
            "start": 873404980,
            "stop": 873405010
        },
        {
            "start": 873405014,
            "stop": 873405060
        },
        {
            "start": 873405065,
            "stop": 873405487
        },
        {
            "start": 873405491,
            "stop": 873405640
        },
        {
            "start": 873405643,
            "stop": 873405832
        },
        {
            "start": 873405836,
            "stop": 873405992
        },
        {
            "start": 873405995,
            "stop": 873406001
        },
        {
            "start": 873406004,
            "stop": 873406005
        },
        {
            "start": 873406013,
            "stop": 873406034
        },
        {
            "start": 873406040,
            "stop": 873406046
        },
        {
            "start": 873406055,
            "stop": 873406063
        },
        {
            "start": 873406066,
            "stop": 873406068
        },
        {
            "start": 873406071,
            "stop": 873406088
        },
        {
            "start": 873406091,
            "stop": 873406176
        }
    ]
}