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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=128",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 129,
    "results": [
        {
            "start": 1414497786,
            "stop": 1414502627
        },
        {
            "start": 1414502632,
            "stop": 1414514546
        },
        {
            "start": 1414518227,
            "stop": 1414525506
        },
        {
            "start": 1414525511,
            "stop": 1414541688
        },
        {
            "start": 1414541701,
            "stop": 1414548963
        },
        {
            "start": 1414548967,
            "stop": 1414552782
        },
        {
            "start": 1414552785,
            "stop": 1414555308
        },
        {
            "start": 1414555309,
            "stop": 1414559174
        },
        {
            "start": 1414559179,
            "stop": 1414561826
        },
        {
            "start": 1414561829,
            "stop": 1414571402
        },
        {
            "start": 1414571405,
            "stop": 1414579499
        },
        {
            "start": 1414579502,
            "stop": 1414590326
        },
        {
            "start": 1414590330,
            "stop": 1414607501
        },
        {
            "start": 1414609207,
            "stop": 1414612004
        },
        {
            "start": 1414612007,
            "stop": 1414614506
        },
        {
            "start": 1414614511,
            "stop": 1414614917
        },
        {
            "start": 1414614919,
            "stop": 1414625354
        },
        {
            "start": 1414625355,
            "stop": 1414640778
        },
        {
            "start": 1414641318,
            "stop": 1414642644
        },
        {
            "start": 1414724815,
            "stop": 1414764272
        }
    ]
}