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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 179,
    "results": [
        {
            "start": 818070534,
            "stop": 818070537
        },
        {
            "start": 818070546,
            "stop": 818070555
        },
        {
            "start": 818070558,
            "stop": 818070565
        },
        {
            "start": 818070570,
            "stop": 818070573
        },
        {
            "start": 818070576,
            "stop": 818070579
        },
        {
            "start": 818070591,
            "stop": 818070597
        },
        {
            "start": 818070660,
            "stop": 818070663
        },
        {
            "start": 818070666,
            "stop": 818070671
        },
        {
            "start": 818070674,
            "stop": 818070679
        },
        {
            "start": 818070682,
            "stop": 818070683
        },
        {
            "start": 818070690,
            "stop": 818070691
        },
        {
            "start": 818070698,
            "stop": 818070700
        },
        {
            "start": 818070706,
            "stop": 818070708
        },
        {
            "start": 818070712,
            "stop": 818070715
        },
        {
            "start": 818070718,
            "stop": 818070720
        },
        {
            "start": 818070840,
            "stop": 818070842
        },
        {
            "start": 818070848,
            "stop": 818070852
        },
        {
            "start": 818070858,
            "stop": 818070861
        },
        {
            "start": 818070865,
            "stop": 818070867
        },
        {
            "start": 818070870,
            "stop": 818070880
        }
    ]
}