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=33079
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=33080",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33078",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33079,
    "results": [
        {
            "start": 970472595,
            "stop": 970472596
        },
        {
            "start": 970472628,
            "stop": 970472629
        },
        {
            "start": 970472653,
            "stop": 970472654
        },
        {
            "start": 970472657,
            "stop": 970472658
        },
        {
            "start": 970472681,
            "stop": 970472682
        },
        {
            "start": 970472704,
            "stop": 970472706
        },
        {
            "start": 970472722,
            "stop": 970472723
        },
        {
            "start": 970472831,
            "stop": 970472832
        },
        {
            "start": 970472870,
            "stop": 970472871
        },
        {
            "start": 970472933,
            "stop": 970472934
        },
        {
            "start": 970472938,
            "stop": 970472940
        },
        {
            "start": 970472963,
            "stop": 970472964
        },
        {
            "start": 970472973,
            "stop": 970472975
        },
        {
            "start": 970472986,
            "stop": 970472989
        },
        {
            "start": 970473000,
            "stop": 970473001
        },
        {
            "start": 970473005,
            "stop": 970473006
        },
        {
            "start": 970473117,
            "stop": 970473120
        },
        {
            "start": 970473220,
            "stop": 970473221
        },
        {
            "start": 970473360,
            "stop": 970473362
        },
        {
            "start": 970473400,
            "stop": 970473402
        }
    ]
}