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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_HW/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_HW/segments?format=api&page=62",
    "results_count": 2118,
    "results_per_page": 20,
    "num_pages": 106,
    "page_number": 63,
    "results": [
        {
            "start": 855379480,
            "stop": 855379679
        },
        {
            "start": 855392113,
            "stop": 855392240
        },
        {
            "start": 855405384,
            "stop": 855405519
        },
        {
            "start": 855414104,
            "stop": 855414313
        },
        {
            "start": 855483064,
            "stop": 855483200
        },
        {
            "start": 855514192,
            "stop": 855514320
        },
        {
            "start": 855520152,
            "stop": 855520279
        },
        {
            "start": 855551673,
            "stop": 855551799
        },
        {
            "start": 855561744,
            "stop": 855561873
        },
        {
            "start": 855574903,
            "stop": 855575032
        },
        {
            "start": 855596928,
            "stop": 855597073
        },
        {
            "start": 855604655,
            "stop": 855604771
        },
        {
            "start": 855625576,
            "stop": 855625713
        },
        {
            "start": 855632416,
            "stop": 855632544
        },
        {
            "start": 855643008,
            "stop": 855643216
        },
        {
            "start": 855889740,
            "stop": 855889867
        },
        {
            "start": 855954932,
            "stop": 855955043
        },
        {
            "start": 856007404,
            "stop": 856007541
        },
        {
            "start": 856074177,
            "stop": 856074313
        },
        {
            "start": 856104385,
            "stop": 856104529
        }
    ]
}