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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5284",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5282",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5283,
    "results": [
        {
            "start": 1136407467,
            "stop": 1136407535
        },
        {
            "start": 1136407537,
            "stop": 1136407632
        },
        {
            "start": 1136407634,
            "stop": 1136407648
        },
        {
            "start": 1136407650,
            "stop": 1136407664
        },
        {
            "start": 1136407666,
            "stop": 1136407676
        },
        {
            "start": 1136407678,
            "stop": 1136407705
        },
        {
            "start": 1136407707,
            "stop": 1136407717
        },
        {
            "start": 1136407719,
            "stop": 1136407810
        },
        {
            "start": 1136407812,
            "stop": 1136407895
        },
        {
            "start": 1136407898,
            "stop": 1136407902
        },
        {
            "start": 1136407904,
            "stop": 1136407971
        },
        {
            "start": 1136407973,
            "stop": 1136408000
        },
        {
            "start": 1136408002,
            "stop": 1136408003
        },
        {
            "start": 1136408005,
            "stop": 1136408028
        },
        {
            "start": 1136408030,
            "stop": 1136408033
        },
        {
            "start": 1136408035,
            "stop": 1136408062
        },
        {
            "start": 1136408064,
            "stop": 1136408089
        },
        {
            "start": 1136408091,
            "stop": 1136408092
        },
        {
            "start": 1136408094,
            "stop": 1136408103
        },
        {
            "start": 1136408107,
            "stop": 1136408114
        }
    ]
}