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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=396",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 397,
    "results": [
        {
            "start": 932606199,
            "stop": 932606302
        },
        {
            "start": 932606303,
            "stop": 932606452
        },
        {
            "start": 932606453,
            "stop": 932606518
        },
        {
            "start": 932606519,
            "stop": 932606901
        },
        {
            "start": 932606902,
            "stop": 932607360
        },
        {
            "start": 932607361,
            "stop": 932607699
        },
        {
            "start": 932607700,
            "stop": 932607758
        },
        {
            "start": 932607760,
            "stop": 932607935
        },
        {
            "start": 932607936,
            "stop": 932608641
        },
        {
            "start": 932608644,
            "stop": 932608815
        },
        {
            "start": 932609175,
            "stop": 932609320
        },
        {
            "start": 932609321,
            "stop": 932609436
        },
        {
            "start": 932609439,
            "stop": 932610022
        },
        {
            "start": 932610023,
            "stop": 932610115
        },
        {
            "start": 932610116,
            "stop": 932610157
        },
        {
            "start": 932610159,
            "stop": 932610318
        },
        {
            "start": 932610319,
            "stop": 932610325
        },
        {
            "start": 932610329,
            "stop": 932610775
        },
        {
            "start": 932610778,
            "stop": 932610962
        },
        {
            "start": 932610963,
            "stop": 932611260
        }
    ]
}