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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=36",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 37,
    "results": [
        {
            "start": 1128235928,
            "stop": 1128239884
        },
        {
            "start": 1128239885,
            "stop": 1128243556
        },
        {
            "start": 1128243557,
            "stop": 1128247783
        },
        {
            "start": 1128247784,
            "stop": 1128260545
        },
        {
            "start": 1128260546,
            "stop": 1128263125
        },
        {
            "start": 1128263126,
            "stop": 1128263292
        },
        {
            "start": 1128263293,
            "stop": 1128266155
        },
        {
            "start": 1128266157,
            "stop": 1128269385
        },
        {
            "start": 1128269386,
            "stop": 1128274402
        },
        {
            "start": 1128274403,
            "stop": 1128280103
        },
        {
            "start": 1128280104,
            "stop": 1128282880
        },
        {
            "start": 1128282881,
            "stop": 1128286641
        },
        {
            "start": 1128286643,
            "stop": 1128295757
        },
        {
            "start": 1128295758,
            "stop": 1128302784
        },
        {
            "start": 1128307413,
            "stop": 1128307750
        },
        {
            "start": 1128318750,
            "stop": 1128322905
        },
        {
            "start": 1128322906,
            "stop": 1128324573
        },
        {
            "start": 1128324574,
            "stop": 1128325814
        },
        {
            "start": 1128325816,
            "stop": 1128326808
        },
        {
            "start": 1128326809,
            "stop": 1128331217
        }
    ]
}