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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=161",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 162,
    "results": [
        {
            "start": 816780738,
            "stop": 816780741
        },
        {
            "start": 816780745,
            "stop": 816780830
        },
        {
            "start": 816780834,
            "stop": 816780946
        },
        {
            "start": 816780949,
            "stop": 816780964
        },
        {
            "start": 816780968,
            "stop": 816780975
        },
        {
            "start": 816780978,
            "stop": 816781059
        },
        {
            "start": 816781065,
            "stop": 816781073
        },
        {
            "start": 816781076,
            "stop": 816781085
        },
        {
            "start": 816781090,
            "stop": 816781092
        },
        {
            "start": 816781095,
            "stop": 816781264
        },
        {
            "start": 816781267,
            "stop": 816781288
        },
        {
            "start": 816781291,
            "stop": 816781312
        },
        {
            "start": 816781316,
            "stop": 816781389
        },
        {
            "start": 816781393,
            "stop": 816781619
        },
        {
            "start": 816781623,
            "stop": 816781644
        },
        {
            "start": 816781648,
            "stop": 816781656
        },
        {
            "start": 816781665,
            "stop": 816781694
        },
        {
            "start": 816781698,
            "stop": 816781729
        },
        {
            "start": 816781735,
            "stop": 816781737
        },
        {
            "start": 816781741,
            "stop": 816781803
        }
    ]
}