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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=326",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 327,
    "results": [
        {
            "start": 931770383,
            "stop": 931770500
        },
        {
            "start": 931770503,
            "stop": 931770727
        },
        {
            "start": 931770729,
            "stop": 931770749
        },
        {
            "start": 931770751,
            "stop": 931770831
        },
        {
            "start": 931770833,
            "stop": 931770837
        },
        {
            "start": 931770839,
            "stop": 931770842
        },
        {
            "start": 931770844,
            "stop": 931770846
        },
        {
            "start": 931770848,
            "stop": 931770854
        },
        {
            "start": 931770856,
            "stop": 931770871
        },
        {
            "start": 931770873,
            "stop": 931770876
        },
        {
            "start": 931770878,
            "stop": 931771243
        },
        {
            "start": 931771245,
            "stop": 931771263
        },
        {
            "start": 931771265,
            "stop": 931771266
        },
        {
            "start": 931771267,
            "stop": 931771268
        },
        {
            "start": 931771272,
            "stop": 931771276
        },
        {
            "start": 931771278,
            "stop": 931771287
        },
        {
            "start": 931771289,
            "stop": 931771292
        },
        {
            "start": 931771295,
            "stop": 931771306
        },
        {
            "start": 931771308,
            "stop": 931771439
        },
        {
            "start": 931771441,
            "stop": 931771445
        }
    ]
}