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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6413",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6414,
    "results": [
        {
            "start": 873740977,
            "stop": 873740989
        },
        {
            "start": 873740990,
            "stop": 873741045
        },
        {
            "start": 873741046,
            "stop": 873741341
        },
        {
            "start": 873741342,
            "stop": 873741443
        },
        {
            "start": 873741444,
            "stop": 873741471
        },
        {
            "start": 873741472,
            "stop": 873741576
        },
        {
            "start": 873741577,
            "stop": 873741616
        },
        {
            "start": 873741617,
            "stop": 873741821
        },
        {
            "start": 873741822,
            "stop": 873741865
        },
        {
            "start": 873741866,
            "stop": 873741938
        },
        {
            "start": 873741939,
            "stop": 873742061
        },
        {
            "start": 873742062,
            "stop": 873742086
        },
        {
            "start": 873742087,
            "stop": 873742103
        },
        {
            "start": 873742105,
            "stop": 873742539
        },
        {
            "start": 873742540,
            "stop": 873742544
        },
        {
            "start": 873742545,
            "stop": 873742869
        },
        {
            "start": 873742870,
            "stop": 873743333
        },
        {
            "start": 873743334,
            "stop": 873743430
        },
        {
            "start": 873743431,
            "stop": 873743923
        },
        {
            "start": 873743924,
            "stop": 873744122
        }
    ]
}