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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=181",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 182,
    "results": [
        {
            "start": 819726736,
            "stop": 819727078
        },
        {
            "start": 819727081,
            "stop": 819727242
        },
        {
            "start": 819727245,
            "stop": 819727387
        },
        {
            "start": 819727390,
            "stop": 819727619
        },
        {
            "start": 819727622,
            "stop": 819727861
        },
        {
            "start": 819727865,
            "stop": 819727878
        },
        {
            "start": 819727881,
            "stop": 819727941
        },
        {
            "start": 819727945,
            "stop": 819728077
        },
        {
            "start": 819728081,
            "stop": 819728206
        },
        {
            "start": 819728209,
            "stop": 819728238
        },
        {
            "start": 819728242,
            "stop": 819728252
        },
        {
            "start": 819728255,
            "stop": 819728325
        },
        {
            "start": 819728328,
            "stop": 819728365
        },
        {
            "start": 819728369,
            "stop": 819728378
        },
        {
            "start": 819728381,
            "stop": 819728517
        },
        {
            "start": 819728520,
            "stop": 819728582
        },
        {
            "start": 819728586,
            "stop": 819728785
        },
        {
            "start": 819728788,
            "stop": 819728907
        },
        {
            "start": 819728910,
            "stop": 819728943
        },
        {
            "start": 819728946,
            "stop": 819729000
        }
    ]
}