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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 169,
    "results": [
        {
            "start": 1126756601,
            "stop": 1126756831
        },
        {
            "start": 1126756832,
            "stop": 1126757139
        },
        {
            "start": 1126757144,
            "stop": 1126757145
        },
        {
            "start": 1126757153,
            "stop": 1126757211
        },
        {
            "start": 1126757212,
            "stop": 1126757561
        },
        {
            "start": 1126757566,
            "stop": 1126757568
        },
        {
            "start": 1126757571,
            "stop": 1126757590
        },
        {
            "start": 1126757591,
            "stop": 1126757614
        },
        {
            "start": 1126757616,
            "stop": 1126757800
        },
        {
            "start": 1126757802,
            "stop": 1126757938
        },
        {
            "start": 1126757939,
            "stop": 1126757996
        },
        {
            "start": 1126757998,
            "stop": 1126758301
        },
        {
            "start": 1126758303,
            "stop": 1126758330
        },
        {
            "start": 1126758332,
            "stop": 1126758361
        },
        {
            "start": 1126758362,
            "stop": 1126758505
        },
        {
            "start": 1126758512,
            "stop": 1126758530
        },
        {
            "start": 1126758532,
            "stop": 1126758680
        },
        {
            "start": 1126758682,
            "stop": 1126758754
        },
        {
            "start": 1126758755,
            "stop": 1126759042
        },
        {
            "start": 1126759043,
            "stop": 1126759318
        }
    ]
}