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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1050",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1048",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1049,
    "results": [
        {
            "start": 1135788803,
            "stop": 1135790029
        },
        {
            "start": 1135790031,
            "stop": 1135790212
        },
        {
            "start": 1135790213,
            "stop": 1135790580
        },
        {
            "start": 1135790582,
            "stop": 1135792063
        },
        {
            "start": 1135792064,
            "stop": 1135792224
        },
        {
            "start": 1135792225,
            "stop": 1135792533
        },
        {
            "start": 1135792535,
            "stop": 1135792974
        },
        {
            "start": 1135792976,
            "stop": 1135796598
        },
        {
            "start": 1135796600,
            "stop": 1135801118
        },
        {
            "start": 1135801120,
            "stop": 1135802897
        },
        {
            "start": 1135802898,
            "stop": 1135803085
        },
        {
            "start": 1135803089,
            "stop": 1135807340
        },
        {
            "start": 1135807342,
            "stop": 1135808574
        },
        {
            "start": 1135808576,
            "stop": 1135809683
        },
        {
            "start": 1135809685,
            "stop": 1135810354
        },
        {
            "start": 1135810356,
            "stop": 1135812559
        },
        {
            "start": 1135812561,
            "stop": 1135814834
        },
        {
            "start": 1135814836,
            "stop": 1135818273
        },
        {
            "start": 1135818275,
            "stop": 1135818932
        },
        {
            "start": 1135818933,
            "stop": 1135823551
        }
    ]
}