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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=460",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 461,
    "results": [
        {
            "start": 825953735,
            "stop": 825954082
        },
        {
            "start": 825954086,
            "stop": 825954159
        },
        {
            "start": 825954163,
            "stop": 825955140
        },
        {
            "start": 825955203,
            "stop": 825955209
        },
        {
            "start": 825955231,
            "stop": 825955509
        },
        {
            "start": 825955512,
            "stop": 825955614
        },
        {
            "start": 825955631,
            "stop": 825955659
        },
        {
            "start": 825955681,
            "stop": 825956587
        },
        {
            "start": 825962313,
            "stop": 825962336
        },
        {
            "start": 825962340,
            "stop": 825962393
        },
        {
            "start": 825962396,
            "stop": 825962398
        },
        {
            "start": 825962401,
            "stop": 825962409
        },
        {
            "start": 825962519,
            "stop": 825962556
        },
        {
            "start": 825962856,
            "stop": 825963016
        },
        {
            "start": 825963033,
            "stop": 825963105
        },
        {
            "start": 825963126,
            "stop": 825963206
        },
        {
            "start": 825963209,
            "stop": 825963273
        },
        {
            "start": 825963297,
            "stop": 825963340
        },
        {
            "start": 825963343,
            "stop": 825963375
        },
        {
            "start": 825963378,
            "stop": 825963605
        }
    ]
}