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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=178",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 179,
    "results": [
        {
            "start": 836039558,
            "stop": 836039573
        },
        {
            "start": 836039592,
            "stop": 836039600
        },
        {
            "start": 836039604,
            "stop": 836039619
        },
        {
            "start": 836039623,
            "stop": 836039629
        },
        {
            "start": 836042913,
            "stop": 836063460
        },
        {
            "start": 836064734,
            "stop": 836067440
        },
        {
            "start": 836074822,
            "stop": 836078833
        },
        {
            "start": 836078869,
            "stop": 836078870
        },
        {
            "start": 836079173,
            "stop": 836080664
        },
        {
            "start": 836084224,
            "stop": 836097853
        },
        {
            "start": 836099208,
            "stop": 836119261
        },
        {
            "start": 836120775,
            "stop": 836126238
        },
        {
            "start": 836132113,
            "stop": 836158058
        },
        {
            "start": 836158630,
            "stop": 836159865
        },
        {
            "start": 836160141,
            "stop": 836163613
        },
        {
            "start": 836164545,
            "stop": 836165653
        },
        {
            "start": 836166799,
            "stop": 836170065
        },
        {
            "start": 836171038,
            "stop": 836172369
        },
        {
            "start": 836173306,
            "stop": 836183833
        },
        {
            "start": 836185290,
            "stop": 836188633
        }
    ]
}