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=33202
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=33203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33201",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33202,
    "results": [
        {
            "start": 970898261,
            "stop": 970898365
        },
        {
            "start": 970898368,
            "stop": 970898380
        },
        {
            "start": 970898381,
            "stop": 970898386
        },
        {
            "start": 970898387,
            "stop": 970898393
        },
        {
            "start": 970898394,
            "stop": 970898540
        },
        {
            "start": 970898541,
            "stop": 970898587
        },
        {
            "start": 970898588,
            "stop": 970898604
        },
        {
            "start": 970898605,
            "stop": 970898647
        },
        {
            "start": 970898650,
            "stop": 970898674
        },
        {
            "start": 970898677,
            "stop": 970898884
        },
        {
            "start": 970898885,
            "stop": 970898991
        },
        {
            "start": 970898994,
            "stop": 970898997
        },
        {
            "start": 970898999,
            "stop": 970899000
        },
        {
            "start": 970899001,
            "stop": 970899010
        },
        {
            "start": 970899011,
            "stop": 970899239
        },
        {
            "start": 970899240,
            "stop": 970899344
        },
        {
            "start": 970899347,
            "stop": 970899394
        },
        {
            "start": 970899395,
            "stop": 970899460
        },
        {
            "start": 970899461,
            "stop": 970899522
        },
        {
            "start": 970899523,
            "stop": 970899634
        }
    ]
}