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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=138",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 139,
    "results": [
        {
            "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
        },
        {
            "start": 818070783,
            "stop": 818070792
        },
        {
            "start": 818070798,
            "stop": 818070801
        },
        {
            "start": 818070804,
            "stop": 818070808
        },
        {
            "start": 818070813,
            "stop": 818070814
        }
    ]
}