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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46678",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46679,
    "results": [
        {
            "start": 875044452,
            "stop": 875044477
        },
        {
            "start": 875044478,
            "stop": 875044510
        },
        {
            "start": 875044512,
            "stop": 875044513
        },
        {
            "start": 875044514,
            "stop": 875044517
        },
        {
            "start": 875044518,
            "stop": 875044556
        },
        {
            "start": 875044557,
            "stop": 875044593
        },
        {
            "start": 875044594,
            "stop": 875044648
        },
        {
            "start": 875044649,
            "stop": 875044735
        },
        {
            "start": 875044736,
            "stop": 875044792
        },
        {
            "start": 875044793,
            "stop": 875044842
        },
        {
            "start": 875044844,
            "stop": 875044854
        },
        {
            "start": 875044856,
            "stop": 875044906
        },
        {
            "start": 875044908,
            "stop": 875044909
        },
        {
            "start": 875044910,
            "stop": 875044945
        },
        {
            "start": 875044946,
            "stop": 875044982
        },
        {
            "start": 875044983,
            "stop": 875044984
        },
        {
            "start": 875044985,
            "stop": 875045014
        },
        {
            "start": 875045015,
            "stop": 875045025
        },
        {
            "start": 875045026,
            "stop": 875045056
        },
        {
            "start": 875045057,
            "stop": 875045062
        }
    ]
}