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=5289
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=5290",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5288",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5289,
    "results": [
        {
            "start": 1136428321,
            "stop": 1136428332
        },
        {
            "start": 1136428334,
            "stop": 1136428405
        },
        {
            "start": 1136428407,
            "stop": 1136428457
        },
        {
            "start": 1136428459,
            "stop": 1136428502
        },
        {
            "start": 1136428504,
            "stop": 1136428515
        },
        {
            "start": 1136428517,
            "stop": 1136428602
        },
        {
            "start": 1136428604,
            "stop": 1136428632
        },
        {
            "start": 1136428634,
            "stop": 1136428647
        },
        {
            "start": 1136428649,
            "stop": 1136428715
        },
        {
            "start": 1136428717,
            "stop": 1136428733
        },
        {
            "start": 1136428735,
            "stop": 1136428829
        },
        {
            "start": 1136428831,
            "stop": 1136428847
        },
        {
            "start": 1136428849,
            "stop": 1136428922
        },
        {
            "start": 1136428924,
            "stop": 1136428938
        },
        {
            "start": 1136428940,
            "stop": 1136428967
        },
        {
            "start": 1136428969,
            "stop": 1136429025
        },
        {
            "start": 1136429027,
            "stop": 1136429035
        },
        {
            "start": 1136429037,
            "stop": 1136429046
        },
        {
            "start": 1136429048,
            "stop": 1136429094
        },
        {
            "start": 1136429096,
            "stop": 1136429100
        }
    ]
}