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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=168",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 169,
    "results": [
        {
            "start": 816827726,
            "stop": 816827727
        },
        {
            "start": 816827733,
            "stop": 816827754
        },
        {
            "start": 816827759,
            "stop": 816827768
        },
        {
            "start": 816827776,
            "stop": 816827792
        },
        {
            "start": 816827798,
            "stop": 816827801
        },
        {
            "start": 816827804,
            "stop": 816827809
        },
        {
            "start": 816827813,
            "stop": 816827817
        },
        {
            "start": 816827821,
            "stop": 816827840
        },
        {
            "start": 816827846,
            "stop": 816827892
        },
        {
            "start": 816827897,
            "stop": 816827966
        },
        {
            "start": 816827970,
            "stop": 816827973
        },
        {
            "start": 816827976,
            "stop": 816827996
        },
        {
            "start": 816828001,
            "stop": 816828004
        },
        {
            "start": 816828009,
            "stop": 816828012
        },
        {
            "start": 816828016,
            "stop": 816828062
        },
        {
            "start": 816828075,
            "stop": 816828081
        },
        {
            "start": 816828086,
            "stop": 816828110
        },
        {
            "start": 816828114,
            "stop": 816828164
        },
        {
            "start": 816828170,
            "stop": 816828180
        },
        {
            "start": 816828184,
            "stop": 816828294
        }
    ]
}