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=7113
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=7114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7112",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7113,
    "results": [
        {
            "start": 874239618,
            "stop": 874239629
        },
        {
            "start": 874239630,
            "stop": 874239888
        },
        {
            "start": 874239889,
            "stop": 874240237
        },
        {
            "start": 874240238,
            "stop": 874240245
        },
        {
            "start": 874240246,
            "stop": 874240683
        },
        {
            "start": 874240684,
            "stop": 874240828
        },
        {
            "start": 874240830,
            "stop": 874241014
        },
        {
            "start": 874241015,
            "stop": 874241536
        },
        {
            "start": 874241537,
            "stop": 874241624
        },
        {
            "start": 874241625,
            "stop": 874242367
        },
        {
            "start": 874242368,
            "stop": 874242428
        },
        {
            "start": 874242429,
            "stop": 874243121
        },
        {
            "start": 874243123,
            "stop": 874243187
        },
        {
            "start": 874243189,
            "stop": 874243235
        },
        {
            "start": 874243236,
            "stop": 874243574
        },
        {
            "start": 874243575,
            "stop": 874243660
        },
        {
            "start": 874243661,
            "stop": 874243867
        },
        {
            "start": 874243868,
            "stop": 874244953
        },
        {
            "start": 874244954,
            "stop": 874245163
        },
        {
            "start": 874245164,
            "stop": 874245232
        }
    ]
}