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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=146",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 147,
    "results": [
        {
            "start": 1418909512,
            "stop": 1418910097
        },
        {
            "start": 1418910099,
            "stop": 1418910188
        },
        {
            "start": 1418910189,
            "stop": 1418910349
        },
        {
            "start": 1418910351,
            "stop": 1418910444
        },
        {
            "start": 1418910445,
            "stop": 1418910527
        },
        {
            "start": 1418910529,
            "stop": 1418910666
        },
        {
            "start": 1418910667,
            "stop": 1418910877
        },
        {
            "start": 1418910878,
            "stop": 1418911284
        },
        {
            "start": 1418911285,
            "stop": 1418911286
        },
        {
            "start": 1418911287,
            "stop": 1418912092
        },
        {
            "start": 1418912093,
            "stop": 1418912269
        },
        {
            "start": 1418912271,
            "stop": 1418912274
        },
        {
            "start": 1418912275,
            "stop": 1418913353
        },
        {
            "start": 1418913355,
            "stop": 1418913410
        },
        {
            "start": 1418913411,
            "stop": 1418913835
        },
        {
            "start": 1418913837,
            "stop": 1418914024
        },
        {
            "start": 1418914025,
            "stop": 1418914942
        },
        {
            "start": 1418914943,
            "stop": 1418916400
        },
        {
            "start": 1418916448,
            "stop": 1418916452
        },
        {
            "start": 1418916488,
            "stop": 1418923386
        }
    ]
}