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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6301",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6302,
    "results": [
        {
            "start": 873155885,
            "stop": 873156248
        },
        {
            "start": 873156249,
            "stop": 873156287
        },
        {
            "start": 873156289,
            "stop": 873156580
        },
        {
            "start": 873156581,
            "stop": 873158183
        },
        {
            "start": 873158184,
            "stop": 873158461
        },
        {
            "start": 873158462,
            "stop": 873158499
        },
        {
            "start": 873158500,
            "stop": 873158689
        },
        {
            "start": 873158690,
            "stop": 873159131
        },
        {
            "start": 873159133,
            "stop": 873159393
        },
        {
            "start": 873159394,
            "stop": 873160402
        },
        {
            "start": 873160403,
            "stop": 873160587
        },
        {
            "start": 873160588,
            "stop": 873160623
        },
        {
            "start": 873160625,
            "stop": 873160715
        },
        {
            "start": 873160716,
            "stop": 873161009
        },
        {
            "start": 873161010,
            "stop": 873161540
        },
        {
            "start": 873161541,
            "stop": 873161907
        },
        {
            "start": 873161908,
            "stop": 873162029
        },
        {
            "start": 873162030,
            "stop": 873162392
        },
        {
            "start": 873162394,
            "stop": 873162592
        },
        {
            "start": 873162593,
            "stop": 873162835
        }
    ]
}