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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=961",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 962,
    "results": [
        {
            "start": 868289673,
            "stop": 868296993
        },
        {
            "start": 868297143,
            "stop": 868299813
        },
        {
            "start": 868301921,
            "stop": 868302041
        },
        {
            "start": 868302443,
            "stop": 868302923
        },
        {
            "start": 868303073,
            "stop": 868305173
        },
        {
            "start": 868305263,
            "stop": 868308023
        },
        {
            "start": 868308198,
            "stop": 868309818
        },
        {
            "start": 868310057,
            "stop": 868312247
        },
        {
            "start": 868312427,
            "stop": 868320677
        },
        {
            "start": 868321621,
            "stop": 868324681
        },
        {
            "start": 868324888,
            "stop": 868332538
        },
        {
            "start": 868332688,
            "stop": 868333198
        },
        {
            "start": 868333348,
            "stop": 868337518
        },
        {
            "start": 868337668,
            "stop": 868338748
        },
        {
            "start": 868338959,
            "stop": 868344839
        },
        {
            "start": 868345000,
            "stop": 868345480
        },
        {
            "start": 868346438,
            "stop": 868347098
        },
        {
            "start": 868347302,
            "stop": 868355342
        },
        {
            "start": 868355492,
            "stop": 868368242
        },
        {
            "start": 868368392,
            "stop": 868368812
        }
    ]
}