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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 180,
    "results": [
        {
            "start": 1126789579,
            "stop": 1126789611
        },
        {
            "start": 1126789616,
            "stop": 1126789617
        },
        {
            "start": 1126789619,
            "stop": 1126789765
        },
        {
            "start": 1126789766,
            "stop": 1126789978
        },
        {
            "start": 1126789981,
            "stop": 1126790053
        },
        {
            "start": 1126790054,
            "stop": 1126790388
        },
        {
            "start": 1126790391,
            "stop": 1126790668
        },
        {
            "start": 1126790670,
            "stop": 1126790956
        },
        {
            "start": 1126790957,
            "stop": 1126791117
        },
        {
            "start": 1126791124,
            "stop": 1126791281
        },
        {
            "start": 1126791282,
            "stop": 1126791488
        },
        {
            "start": 1126791493,
            "stop": 1126791494
        },
        {
            "start": 1126791501,
            "stop": 1126791602
        },
        {
            "start": 1126791603,
            "stop": 1126791724
        },
        {
            "start": 1126791725,
            "stop": 1126791784
        },
        {
            "start": 1126791785,
            "stop": 1126791872
        },
        {
            "start": 1126791873,
            "stop": 1126791918
        },
        {
            "start": 1126791919,
            "stop": 1126792203
        },
        {
            "start": 1126792204,
            "stop": 1126792266
        },
        {
            "start": 1126792267,
            "stop": 1126792496
        }
    ]
}