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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 54,
    "results": [
        {
            "start": 817688565,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707253
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817736341
        },
        {
            "start": 817736345,
            "stop": 817736820
        },
        {
            "start": 817736880,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753133
        },
        {
            "start": 817757865,
            "stop": 817758763
        },
        {
            "start": 817758944,
            "stop": 817764606
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817770677
        },
        {
            "start": 817774855,
            "stop": 817774997
        },
        {
            "start": 817775001,
            "stop": 817775021
        },
        {
            "start": 817775024,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781833
        },
        {
            "start": 817783810,
            "stop": 817813439
        },
        {
            "start": 817813442,
            "stop": 817821483
        },
        {
            "start": 817822627,
            "stop": 817824113
        },
        {
            "start": 817824117,
            "stop": 817824337
        }
    ]
}