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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9817",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9818,
    "results": [
        {
            "start": 873987960,
            "stop": 873988307
        },
        {
            "start": 873988310,
            "stop": 873988506
        },
        {
            "start": 873988511,
            "stop": 873988730
        },
        {
            "start": 873988733,
            "stop": 873988737
        },
        {
            "start": 873988740,
            "stop": 873989940
        },
        {
            "start": 873989947,
            "stop": 873989959
        },
        {
            "start": 873989962,
            "stop": 873989964
        },
        {
            "start": 873989967,
            "stop": 873991848
        },
        {
            "start": 873991851,
            "stop": 873991853
        },
        {
            "start": 873991856,
            "stop": 873992101
        },
        {
            "start": 873992104,
            "stop": 873993123
        },
        {
            "start": 873993126,
            "stop": 873993149
        },
        {
            "start": 873994383,
            "stop": 873994543
        },
        {
            "start": 873994549,
            "stop": 873994576
        },
        {
            "start": 873994579,
            "stop": 873994584
        },
        {
            "start": 873994588,
            "stop": 873994601
        },
        {
            "start": 873994604,
            "stop": 873994618
        },
        {
            "start": 873994621,
            "stop": 873994661
        },
        {
            "start": 873994664,
            "stop": 873994718
        },
        {
            "start": 873994721,
            "stop": 873994725
        }
    ]
}