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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33205",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33206,
    "results": [
        {
            "start": 970908038,
            "stop": 970908056
        },
        {
            "start": 970908057,
            "stop": 970908189
        },
        {
            "start": 970908192,
            "stop": 970908346
        },
        {
            "start": 970908347,
            "stop": 970908390
        },
        {
            "start": 970908393,
            "stop": 970908473
        },
        {
            "start": 970908474,
            "stop": 970908556
        },
        {
            "start": 970908559,
            "stop": 970908653
        },
        {
            "start": 970908654,
            "stop": 970908711
        },
        {
            "start": 970908712,
            "stop": 970908839
        },
        {
            "start": 970908840,
            "stop": 970908975
        },
        {
            "start": 970908976,
            "stop": 970908988
        },
        {
            "start": 970908989,
            "stop": 970909177
        },
        {
            "start": 970909178,
            "stop": 970909241
        },
        {
            "start": 970909244,
            "stop": 970909273
        },
        {
            "start": 970909276,
            "stop": 970909373
        },
        {
            "start": 970909374,
            "stop": 970909549
        },
        {
            "start": 970909552,
            "stop": 970909593
        },
        {
            "start": 970909596,
            "stop": 970909634
        },
        {
            "start": 970909635,
            "stop": 970909726
        },
        {
            "start": 970909727,
            "stop": 970909750
        }
    ]
}