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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=247",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 248,
    "results": [
        {
            "start": 931164223,
            "stop": 931164225
        },
        {
            "start": 931164226,
            "stop": 931164227
        },
        {
            "start": 931164228,
            "stop": 931164231
        },
        {
            "start": 931164232,
            "stop": 931164236
        },
        {
            "start": 931164237,
            "stop": 931164238
        },
        {
            "start": 931164239,
            "stop": 931164241
        },
        {
            "start": 931164243,
            "stop": 931164245
        },
        {
            "start": 931164246,
            "stop": 931164254
        },
        {
            "start": 931164256,
            "stop": 931164257
        },
        {
            "start": 931164259,
            "stop": 931164260
        },
        {
            "start": 931164261,
            "stop": 931164265
        },
        {
            "start": 931164267,
            "stop": 931164271
        },
        {
            "start": 931164273,
            "stop": 931164276
        },
        {
            "start": 931164277,
            "stop": 931164284
        },
        {
            "start": 931164285,
            "stop": 931164291
        },
        {
            "start": 931164294,
            "stop": 931164298
        },
        {
            "start": 931164299,
            "stop": 931164305
        },
        {
            "start": 931164311,
            "stop": 931164313
        },
        {
            "start": 931164315,
            "stop": 931164318
        },
        {
            "start": 931164320,
            "stop": 931164321
        }
    ]
}