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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=168",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 169,
    "results": [
        {
            "start": 834366814,
            "stop": 834368473
        },
        {
            "start": 834371440,
            "stop": 834374684
        },
        {
            "start": 834377697,
            "stop": 834390133
        },
        {
            "start": 834392076,
            "stop": 834420971
        },
        {
            "start": 834422441,
            "stop": 834422448
        },
        {
            "start": 834422461,
            "stop": 834424272
        },
        {
            "start": 834426615,
            "stop": 834435493
        },
        {
            "start": 834436487,
            "stop": 834437773
        },
        {
            "start": 834445815,
            "stop": 834458876
        },
        {
            "start": 834458880,
            "stop": 834459458
        },
        {
            "start": 834459462,
            "stop": 834459679
        },
        {
            "start": 834459683,
            "stop": 834478403
        },
        {
            "start": 834479523,
            "stop": 834509293
        },
        {
            "start": 834510738,
            "stop": 834510785
        },
        {
            "start": 834512826,
            "stop": 834515744
        },
        {
            "start": 834516999,
            "stop": 834518246
        },
        {
            "start": 834518250,
            "stop": 834518353
        },
        {
            "start": 834518386,
            "stop": 834518387
        },
        {
            "start": 834518827,
            "stop": 834520093
        },
        {
            "start": 834522185,
            "stop": 834522805
        }
    ]
}