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=6506
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=6507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6505",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6506,
    "results": [
        {
            "start": 874217797,
            "stop": 874217901
        },
        {
            "start": 874217903,
            "stop": 874218177
        },
        {
            "start": 874218178,
            "stop": 874218205
        },
        {
            "start": 874218206,
            "stop": 874218240
        },
        {
            "start": 874218241,
            "stop": 874218344
        },
        {
            "start": 874218346,
            "stop": 874218439
        },
        {
            "start": 874218440,
            "stop": 874219629
        },
        {
            "start": 874219630,
            "stop": 874219678
        },
        {
            "start": 874219679,
            "stop": 874219876
        },
        {
            "start": 874219877,
            "stop": 874219926
        },
        {
            "start": 874219927,
            "stop": 874219969
        },
        {
            "start": 874219970,
            "stop": 874219978
        },
        {
            "start": 874219980,
            "stop": 874221069
        },
        {
            "start": 874221070,
            "stop": 874221082
        },
        {
            "start": 874221084,
            "stop": 874221142
        },
        {
            "start": 874221143,
            "stop": 874221162
        },
        {
            "start": 874221164,
            "stop": 874221537
        },
        {
            "start": 874221538,
            "stop": 874221587
        },
        {
            "start": 874221588,
            "stop": 874221712
        },
        {
            "start": 874221714,
            "stop": 874221785
        }
    ]
}