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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 217,
    "results": [
        {
            "start": 931533241,
            "stop": 931533251
        },
        {
            "start": 931533253,
            "stop": 931533254
        },
        {
            "start": 931533258,
            "stop": 931533259
        },
        {
            "start": 931533260,
            "stop": 931533267
        },
        {
            "start": 931533268,
            "stop": 931533272
        },
        {
            "start": 931533273,
            "stop": 931533303
        },
        {
            "start": 931533305,
            "stop": 931533316
        },
        {
            "start": 931533318,
            "stop": 931533391
        },
        {
            "start": 931533392,
            "stop": 931533426
        },
        {
            "start": 931533429,
            "stop": 931533481
        },
        {
            "start": 931533483,
            "stop": 931533508
        },
        {
            "start": 931533510,
            "stop": 931533512
        },
        {
            "start": 931533514,
            "stop": 931533517
        },
        {
            "start": 931533519,
            "stop": 931533521
        },
        {
            "start": 931533522,
            "stop": 931533530
        },
        {
            "start": 931533532,
            "stop": 931533538
        },
        {
            "start": 931533540,
            "stop": 931533546
        },
        {
            "start": 931533550,
            "stop": 931533566
        },
        {
            "start": 931533568,
            "stop": 931533652
        },
        {
            "start": 931533654,
            "stop": 931533660
        }
    ]
}