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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=36",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 37,
    "results": [
        {
            "start": 1416461517,
            "stop": 1416486231
        },
        {
            "start": 1416486355,
            "stop": 1416486477
        },
        {
            "start": 1416486704,
            "stop": 1416486794
        },
        {
            "start": 1416486921,
            "stop": 1416487145
        },
        {
            "start": 1416487236,
            "stop": 1416487341
        },
        {
            "start": 1416487438,
            "stop": 1416487545
        },
        {
            "start": 1416487642,
            "stop": 1416487734
        },
        {
            "start": 1416493383,
            "stop": 1416496998
        },
        {
            "start": 1416503720,
            "stop": 1416543604
        },
        {
            "start": 1416544282,
            "stop": 1416545651
        },
        {
            "start": 1416545676,
            "stop": 1416545871
        },
        {
            "start": 1416546784,
            "stop": 1416558724
        },
        {
            "start": 1416567790,
            "stop": 1416587837
        },
        {
            "start": 1416598565,
            "stop": 1416624691
        },
        {
            "start": 1416630324,
            "stop": 1416641594
        },
        {
            "start": 1416644885,
            "stop": 1416665580
        },
        {
            "start": 1416692639,
            "stop": 1416706501
        },
        {
            "start": 1416715659,
            "stop": 1416728829
        },
        {
            "start": 1416734854,
            "stop": 1416758524
        },
        {
            "start": 1416772904,
            "stop": 1416841114
        }
    ]
}