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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 44,
    "results": [
        {
            "start": 1126321128,
            "stop": 1126321189
        },
        {
            "start": 1126321190,
            "stop": 1126321437
        },
        {
            "start": 1126321438,
            "stop": 1126321561
        },
        {
            "start": 1126321562,
            "stop": 1126321743
        },
        {
            "start": 1126321744,
            "stop": 1126322067
        },
        {
            "start": 1126322068,
            "stop": 1126322094
        },
        {
            "start": 1126322095,
            "stop": 1126322216
        },
        {
            "start": 1126322217,
            "stop": 1126322437
        },
        {
            "start": 1126322439,
            "stop": 1126322768
        },
        {
            "start": 1126322769,
            "stop": 1126322991
        },
        {
            "start": 1126322999,
            "stop": 1126323127
        },
        {
            "start": 1126323129,
            "stop": 1126323201
        },
        {
            "start": 1126323202,
            "stop": 1126323260
        },
        {
            "start": 1126323262,
            "stop": 1126323266
        },
        {
            "start": 1126323268,
            "stop": 1126323470
        },
        {
            "start": 1126323471,
            "stop": 1126323820
        },
        {
            "start": 1126323821,
            "stop": 1126323989
        },
        {
            "start": 1126323991,
            "stop": 1126323996
        },
        {
            "start": 1126323998,
            "stop": 1126324137
        },
        {
            "start": 1126324138,
            "stop": 1126324458
        }
    ]
}