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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33136",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33137,
    "results": [
        {
            "start": 970592304,
            "stop": 970592309
        },
        {
            "start": 970592310,
            "stop": 970592338
        },
        {
            "start": 970592339,
            "stop": 970592357
        },
        {
            "start": 970592358,
            "stop": 970592366
        },
        {
            "start": 970592367,
            "stop": 970592379
        },
        {
            "start": 970592380,
            "stop": 970592394
        },
        {
            "start": 970592396,
            "stop": 970592402
        },
        {
            "start": 970592403,
            "stop": 970592433
        },
        {
            "start": 970596480,
            "stop": 970596497
        },
        {
            "start": 970596498,
            "stop": 970596505
        },
        {
            "start": 970596514,
            "stop": 970596523
        },
        {
            "start": 970596525,
            "stop": 970596533
        },
        {
            "start": 970596537,
            "stop": 970596540
        },
        {
            "start": 970596541,
            "stop": 970596598
        },
        {
            "start": 970596601,
            "stop": 970596613
        },
        {
            "start": 970596751,
            "stop": 970596755
        },
        {
            "start": 970596757,
            "stop": 970596772
        },
        {
            "start": 970596773,
            "stop": 970596775
        },
        {
            "start": 970596776,
            "stop": 970596777
        },
        {
            "start": 970596778,
            "stop": 970596790
        }
    ]
}