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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8777",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8778,
    "results": [
        {
            "start": 873340680,
            "stop": 873343173
        },
        {
            "start": 873343190,
            "stop": 873345190
        },
        {
            "start": 873345310,
            "stop": 873349800
        },
        {
            "start": 873349880,
            "stop": 873350520
        },
        {
            "start": 873350640,
            "stop": 873352440
        },
        {
            "start": 873352500,
            "stop": 873354360
        },
        {
            "start": 873354423,
            "stop": 873355182
        },
        {
            "start": 873355302,
            "stop": 873359820
        },
        {
            "start": 873359880,
            "stop": 873361055
        },
        {
            "start": 873361175,
            "stop": 873362520
        },
        {
            "start": 873362580,
            "stop": 873366900
        },
        {
            "start": 873366960,
            "stop": 873367081
        },
        {
            "start": 873367098,
            "stop": 873369398
        },
        {
            "start": 873369415,
            "stop": 873370357
        },
        {
            "start": 873370374,
            "stop": 873372126
        },
        {
            "start": 873372143,
            "stop": 873374220
        },
        {
            "start": 873374280,
            "stop": 873374340
        },
        {
            "start": 873374460,
            "stop": 873374520
        },
        {
            "start": 873374580,
            "stop": 873375480
        },
        {
            "start": 873375540,
            "stop": 873376620
        }
    ]
}