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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=205",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 206,
    "results": [
        {
            "start": 840227285,
            "stop": 840238316
        },
        {
            "start": 840239651,
            "stop": 840243973
        },
        {
            "start": 840245323,
            "stop": 840292234
        },
        {
            "start": 840311645,
            "stop": 840312430
        },
        {
            "start": 840312938,
            "stop": 840314798
        },
        {
            "start": 840314802,
            "stop": 840314837
        },
        {
            "start": 840314840,
            "stop": 840317173
        },
        {
            "start": 840318092,
            "stop": 840319123
        },
        {
            "start": 840320034,
            "stop": 840327167
        },
        {
            "start": 840328820,
            "stop": 840332293
        },
        {
            "start": 840333605,
            "stop": 840336313
        },
        {
            "start": 840338047,
            "stop": 840339413
        },
        {
            "start": 840340810,
            "stop": 840342133
        },
        {
            "start": 840343536,
            "stop": 840344330
        },
        {
            "start": 840346070,
            "stop": 840347053
        },
        {
            "start": 840351035,
            "stop": 840354073
        },
        {
            "start": 840355179,
            "stop": 840363235
        },
        {
            "start": 840364082,
            "stop": 840366475
        },
        {
            "start": 840367867,
            "stop": 840370633
        },
        {
            "start": 840371475,
            "stop": 840373093
        }
    ]
}