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=5113
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=5114",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5112",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5113,
    "results": [
        {
            "start": 1135890564,
            "stop": 1135890604
        },
        {
            "start": 1135890606,
            "stop": 1135890630
        },
        {
            "start": 1135890632,
            "stop": 1135890634
        },
        {
            "start": 1135890636,
            "stop": 1135890638
        },
        {
            "start": 1135890640,
            "stop": 1135890825
        },
        {
            "start": 1135890827,
            "stop": 1135890904
        },
        {
            "start": 1135890906,
            "stop": 1135891229
        },
        {
            "start": 1135891231,
            "stop": 1135891274
        },
        {
            "start": 1135891276,
            "stop": 1135891338
        },
        {
            "start": 1135891340,
            "stop": 1135891366
        },
        {
            "start": 1135891368,
            "stop": 1135891381
        },
        {
            "start": 1135891383,
            "stop": 1135891493
        },
        {
            "start": 1135891495,
            "stop": 1135891537
        },
        {
            "start": 1135891539,
            "stop": 1135891618
        },
        {
            "start": 1135891620,
            "stop": 1135891703
        },
        {
            "start": 1135891705,
            "stop": 1135891761
        },
        {
            "start": 1135891763,
            "stop": 1135891788
        },
        {
            "start": 1135891790,
            "stop": 1135891952
        },
        {
            "start": 1135892959,
            "stop": 1135892991
        },
        {
            "start": 1135892993,
            "stop": 1135893008
        }
    ]
}