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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=86",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 87,
    "results": [
        {
            "start": 945489587,
            "stop": 945491028
        },
        {
            "start": 945496563,
            "stop": 945497988
        },
        {
            "start": 945498591,
            "stop": 945508854
        },
        {
            "start": 945514448,
            "stop": 945527000
        },
        {
            "start": 945583284,
            "stop": 945589054
        },
        {
            "start": 945594394,
            "stop": 945613574
        },
        {
            "start": 945626617,
            "stop": 945626908
        },
        {
            "start": 945629715,
            "stop": 945632552
        },
        {
            "start": 945634901,
            "stop": 945635503
        },
        {
            "start": 945637588,
            "stop": 945649327
        },
        {
            "start": 945655251,
            "stop": 945669746
        },
        {
            "start": 945671933,
            "stop": 945699112
        },
        {
            "start": 945710309,
            "stop": 945711868
        },
        {
            "start": 945715152,
            "stop": 945722382
        },
        {
            "start": 945724456,
            "stop": 945765421
        },
        {
            "start": 945772693,
            "stop": 945814519
        },
        {
            "start": 945817466,
            "stop": 945843240
        },
        {
            "start": 945845664,
            "stop": 945873351
        },
        {
            "start": 945875285,
            "stop": 945904248
        },
        {
            "start": 945909396,
            "stop": 945918986
        }
    ]
}