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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16567",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16568,
    "results": [
        {
            "start": 874686296,
            "stop": 874686340
        },
        {
            "start": 874686342,
            "stop": 874686473
        },
        {
            "start": 874686475,
            "stop": 874686478
        },
        {
            "start": 874686479,
            "stop": 874686521
        },
        {
            "start": 874686523,
            "stop": 874686636
        },
        {
            "start": 874686640,
            "stop": 874686659
        },
        {
            "start": 874686661,
            "stop": 874686749
        },
        {
            "start": 874686752,
            "stop": 874686753
        },
        {
            "start": 874686756,
            "stop": 874686799
        },
        {
            "start": 874686800,
            "stop": 874686839
        },
        {
            "start": 874686841,
            "stop": 874686885
        },
        {
            "start": 874686886,
            "stop": 874687011
        },
        {
            "start": 874687013,
            "stop": 874687025
        },
        {
            "start": 874687026,
            "stop": 874687069
        },
        {
            "start": 874687070,
            "stop": 874687173
        },
        {
            "start": 874687175,
            "stop": 874687239
        },
        {
            "start": 874687240,
            "stop": 874687280
        },
        {
            "start": 874687281,
            "stop": 874687302
        },
        {
            "start": 874687303,
            "stop": 874687353
        },
        {
            "start": 874687355,
            "stop": 874687369
        }
    ]
}