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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=190",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 191,
    "results": [
        {
            "start": 1176952738,
            "stop": 1176952823
        },
        {
            "start": 1176952824,
            "stop": 1176952839
        },
        {
            "start": 1176952840,
            "stop": 1176952883
        },
        {
            "start": 1176952884,
            "stop": 1176953182
        },
        {
            "start": 1176953189,
            "stop": 1176953204
        },
        {
            "start": 1176953205,
            "stop": 1176953368
        },
        {
            "start": 1176953373,
            "stop": 1176955218
        },
        {
            "start": 1176955220,
            "stop": 1176958036
        },
        {
            "start": 1176958037,
            "stop": 1176958851
        },
        {
            "start": 1176958852,
            "stop": 1176959050
        },
        {
            "start": 1176959053,
            "stop": 1176959108
        },
        {
            "start": 1176959109,
            "stop": 1176959310
        },
        {
            "start": 1176959311,
            "stop": 1176959478
        },
        {
            "start": 1176959480,
            "stop": 1176959936
        },
        {
            "start": 1176959939,
            "stop": 1176959940
        },
        {
            "start": 1176959942,
            "stop": 1176959985
        },
        {
            "start": 1176959986,
            "stop": 1176960016
        },
        {
            "start": 1176960017,
            "stop": 1176960454
        },
        {
            "start": 1176960458,
            "stop": 1176960604
        },
        {
            "start": 1176960606,
            "stop": 1176960607
        }
    ]
}