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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=178",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 179,
    "results": [
        {
            "start": 956449001,
            "stop": 956450094
        },
        {
            "start": 956453516,
            "stop": 956454497
        },
        {
            "start": 956454499,
            "stop": 956454697
        },
        {
            "start": 956454700,
            "stop": 956454761
        },
        {
            "start": 956454765,
            "stop": 956455128
        },
        {
            "start": 956455131,
            "stop": 956455255
        },
        {
            "start": 956455259,
            "stop": 956455267
        },
        {
            "start": 956455271,
            "stop": 956455466
        },
        {
            "start": 956455468,
            "stop": 956455540
        },
        {
            "start": 956455544,
            "stop": 956455557
        },
        {
            "start": 956455562,
            "stop": 956455664
        },
        {
            "start": 956455670,
            "stop": 956455967
        },
        {
            "start": 956455970,
            "stop": 956456059
        },
        {
            "start": 956456062,
            "stop": 956457734
        },
        {
            "start": 956467065,
            "stop": 956471055
        },
        {
            "start": 956472920,
            "stop": 956479333
        },
        {
            "start": 956480733,
            "stop": 956481151
        },
        {
            "start": 956482430,
            "stop": 956505576
        },
        {
            "start": 956510572,
            "stop": 956521926
        },
        {
            "start": 956521934,
            "stop": 956522250
        }
    ]
}