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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=141",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 142,
    "results": [
        {
            "start": 818070591,
            "stop": 818070597
        },
        {
            "start": 818070600,
            "stop": 818070601
        },
        {
            "start": 818070605,
            "stop": 818070606
        },
        {
            "start": 818070609,
            "stop": 818070623
        },
        {
            "start": 818070626,
            "stop": 818070633
        },
        {
            "start": 818070636,
            "stop": 818070641
        },
        {
            "start": 818070645,
            "stop": 818070653
        },
        {
            "start": 818070657,
            "stop": 818070663
        },
        {
            "start": 818070666,
            "stop": 818070671
        },
        {
            "start": 818070674,
            "stop": 818070679
        },
        {
            "start": 818070682,
            "stop": 818070685
        },
        {
            "start": 818070690,
            "stop": 818070691
        },
        {
            "start": 818070698,
            "stop": 818070700
        },
        {
            "start": 818070706,
            "stop": 818070708
        },
        {
            "start": 818070712,
            "stop": 818070715
        },
        {
            "start": 818070718,
            "stop": 818070726
        },
        {
            "start": 818070736,
            "stop": 818070741
        },
        {
            "start": 818070744,
            "stop": 818070747
        },
        {
            "start": 818070752,
            "stop": 818070768
        },
        {
            "start": 818070771,
            "stop": 818070780
        }
    ]
}