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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7396",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7394",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7395,
    "results": [
        {
            "start": 969661882,
            "stop": 969661922
        },
        {
            "start": 969661962,
            "stop": 969662162
        },
        {
            "start": 969662202,
            "stop": 969662242
        },
        {
            "start": 969662282,
            "stop": 969662362
        },
        {
            "start": 969662521,
            "stop": 969662522
        },
        {
            "start": 969662562,
            "stop": 969662599
        },
        {
            "start": 969662602,
            "stop": 969662731
        },
        {
            "start": 969662734,
            "stop": 969662775
        },
        {
            "start": 969662778,
            "stop": 969662882
        },
        {
            "start": 969662922,
            "stop": 969663037
        },
        {
            "start": 969663040,
            "stop": 969663080
        },
        {
            "start": 969663083,
            "stop": 969663356
        },
        {
            "start": 969663359,
            "stop": 969663402
        },
        {
            "start": 969663442,
            "stop": 969663499
        },
        {
            "start": 969663502,
            "stop": 969663567
        },
        {
            "start": 969663570,
            "stop": 969663713
        },
        {
            "start": 969663716,
            "stop": 969663762
        },
        {
            "start": 969663804,
            "stop": 969664017
        },
        {
            "start": 969664023,
            "stop": 969664031
        },
        {
            "start": 969664037,
            "stop": 969664054
        }
    ]
}