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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=159",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 160,
    "results": [
        {
            "start": 816779703,
            "stop": 816779717
        },
        {
            "start": 816779731,
            "stop": 816779761
        },
        {
            "start": 816779764,
            "stop": 816779810
        },
        {
            "start": 816779815,
            "stop": 816779845
        },
        {
            "start": 816779849,
            "stop": 816779855
        },
        {
            "start": 816779861,
            "stop": 816779862
        },
        {
            "start": 816779866,
            "stop": 816779869
        },
        {
            "start": 816779873,
            "stop": 816779966
        },
        {
            "start": 816779969,
            "stop": 816779980
        },
        {
            "start": 816779983,
            "stop": 816780121
        },
        {
            "start": 816780124,
            "stop": 816780127
        },
        {
            "start": 816780132,
            "stop": 816780134
        },
        {
            "start": 816780137,
            "stop": 816780174
        },
        {
            "start": 816780177,
            "stop": 816780180
        },
        {
            "start": 816780185,
            "stop": 816780187
        },
        {
            "start": 816780193,
            "stop": 816780194
        },
        {
            "start": 816780199,
            "stop": 816780201
        },
        {
            "start": 816780205,
            "stop": 816780209
        },
        {
            "start": 816780216,
            "stop": 816780287
        },
        {
            "start": 816780291,
            "stop": 816780294
        }
    ]
}