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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=190",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 191,
    "results": [
        {
            "start": 840049036,
            "stop": 840049246
        },
        {
            "start": 840049816,
            "stop": 840078646
        },
        {
            "start": 840080385,
            "stop": 840081666
        },
        {
            "start": 840082942,
            "stop": 840176689
        },
        {
            "start": 840177622,
            "stop": 840194113
        },
        {
            "start": 840194901,
            "stop": 840196447
        },
        {
            "start": 840197206,
            "stop": 840197516
        },
        {
            "start": 840198112,
            "stop": 840200712
        },
        {
            "start": 840201288,
            "stop": 840222253
        },
        {
            "start": 840223399,
            "stop": 840224981
        },
        {
            "start": 840225599,
            "stop": 840230173
        },
        {
            "start": 840230804,
            "stop": 840231587
        },
        {
            "start": 840232210,
            "stop": 840238308
        },
        {
            "start": 840239651,
            "stop": 840243973
        },
        {
            "start": 840245205,
            "stop": 840292494
        },
        {
            "start": 840313365,
            "stop": 840314798
        },
        {
            "start": 840314802,
            "stop": 840314837
        },
        {
            "start": 840314840,
            "stop": 840317173
        },
        {
            "start": 840318177,
            "stop": 840403569
        },
        {
            "start": 840405357,
            "stop": 840488385
        }
    ]
}