Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=45",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 46,
    "results": [
        {
            "start": 945438966,
            "stop": 945444595
        },
        {
            "start": 945447216,
            "stop": 945448270
        },
        {
            "start": 945452106,
            "stop": 945458813
        },
        {
            "start": 945468842,
            "stop": 945480182
        },
        {
            "start": 945480668,
            "stop": 945483768
        },
        {
            "start": 945489587,
            "stop": 945491028
        },
        {
            "start": 945496563,
            "stop": 945497988
        },
        {
            "start": 945498591,
            "stop": 945508959
        },
        {
            "start": 945514448,
            "stop": 945527105
        },
        {
            "start": 945583284,
            "stop": 945589159
        },
        {
            "start": 945594394,
            "stop": 945613679
        },
        {
            "start": 945626617,
            "stop": 945627013
        },
        {
            "start": 945629715,
            "stop": 945632657
        },
        {
            "start": 945634901,
            "stop": 945635608
        },
        {
            "start": 945637588,
            "stop": 945649432
        },
        {
            "start": 945655251,
            "stop": 945669851
        },
        {
            "start": 945671933,
            "stop": 945699217
        },
        {
            "start": 945710309,
            "stop": 945711973
        },
        {
            "start": 945715152,
            "stop": 945722487
        },
        {
            "start": 945724456,
            "stop": 945765526
        }
    ]
}