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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=139",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 140,
    "results": [
        {
            "start": 818070818,
            "stop": 818070822
        },
        {
            "start": 818070826,
            "stop": 818070832
        },
        {
            "start": 818070838,
            "stop": 818070842
        },
        {
            "start": 818070848,
            "stop": 818070852
        },
        {
            "start": 818070858,
            "stop": 818070861
        },
        {
            "start": 818070865,
            "stop": 818070867
        },
        {
            "start": 818070870,
            "stop": 818070880
        },
        {
            "start": 818070888,
            "stop": 818070902
        },
        {
            "start": 818070911,
            "stop": 818070915
        },
        {
            "start": 818070920,
            "stop": 818070934
        },
        {
            "start": 818070937,
            "stop": 818070938
        },
        {
            "start": 818070943,
            "stop": 818070948
        },
        {
            "start": 818070951,
            "stop": 818070955
        },
        {
            "start": 818070967,
            "stop": 818070969
        },
        {
            "start": 818070974,
            "stop": 818070981
        },
        {
            "start": 818070984,
            "stop": 818070988
        },
        {
            "start": 818070991,
            "stop": 818070992
        },
        {
            "start": 818071005,
            "stop": 818071008
        },
        {
            "start": 818071011,
            "stop": 818071012
        },
        {
            "start": 818071023,
            "stop": 818071031
        }
    ]
}