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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=387",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 388,
    "results": [
        {
            "start": 847758668,
            "stop": 847758752
        },
        {
            "start": 847758753,
            "stop": 847758774
        },
        {
            "start": 847758776,
            "stop": 847758780
        },
        {
            "start": 847758781,
            "stop": 847758782
        },
        {
            "start": 847758783,
            "stop": 847758795
        },
        {
            "start": 847758796,
            "stop": 847758821
        },
        {
            "start": 847758822,
            "stop": 847758825
        },
        {
            "start": 847758826,
            "stop": 847758827
        },
        {
            "start": 847758828,
            "stop": 847758863
        },
        {
            "start": 847758864,
            "stop": 847758880
        },
        {
            "start": 847758881,
            "stop": 847758891
        },
        {
            "start": 847758892,
            "stop": 847758923
        },
        {
            "start": 847758924,
            "stop": 847759033
        },
        {
            "start": 847759035,
            "stop": 847759051
        },
        {
            "start": 847759052,
            "stop": 847759082
        },
        {
            "start": 847759084,
            "stop": 847759206
        },
        {
            "start": 847759208,
            "stop": 847759253
        },
        {
            "start": 847759254,
            "stop": 847759260
        },
        {
            "start": 847759261,
            "stop": 847759317
        },
        {
            "start": 847759318,
            "stop": 847759338
        }
    ]
}