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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=222",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 223,
    "results": [
        {
            "start": 820538638,
            "stop": 820538789
        },
        {
            "start": 820538792,
            "stop": 820539290
        },
        {
            "start": 820540618,
            "stop": 820541005
        },
        {
            "start": 820541008,
            "stop": 820541016
        },
        {
            "start": 820541019,
            "stop": 820541034
        },
        {
            "start": 820541037,
            "stop": 820541047
        },
        {
            "start": 820541050,
            "stop": 820541307
        },
        {
            "start": 820541310,
            "stop": 820541693
        },
        {
            "start": 820541697,
            "stop": 820542482
        },
        {
            "start": 820542485,
            "stop": 820542489
        },
        {
            "start": 820542492,
            "stop": 820543154
        },
        {
            "start": 820543158,
            "stop": 820543386
        },
        {
            "start": 820543389,
            "stop": 820544469
        },
        {
            "start": 820545542,
            "stop": 820546848
        },
        {
            "start": 820546851,
            "stop": 820547323
        },
        {
            "start": 820547326,
            "stop": 820549260
        },
        {
            "start": 820549263,
            "stop": 820549510
        },
        {
            "start": 820549514,
            "stop": 820549600
        },
        {
            "start": 820549604,
            "stop": 820550130
        },
        {
            "start": 820550133,
            "stop": 820550301
        }
    ]
}