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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=309",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 310,
    "results": [
        {
            "start": 833174633,
            "stop": 833175293
        },
        {
            "start": 833175461,
            "stop": 833178821
        },
        {
            "start": 833178990,
            "stop": 833183310
        },
        {
            "start": 833185652,
            "stop": 833193272
        },
        {
            "start": 833193509,
            "stop": 833197889
        },
        {
            "start": 833198030,
            "stop": 833199530
        },
        {
            "start": 833212905,
            "stop": 833213865
        },
        {
            "start": 833214826,
            "stop": 833216146
        },
        {
            "start": 833216281,
            "stop": 833217061
        },
        {
            "start": 833217378,
            "stop": 833218278
        },
        {
            "start": 833219632,
            "stop": 833220532
        },
        {
            "start": 833220725,
            "stop": 833221445
        },
        {
            "start": 833221627,
            "stop": 833222107
        },
        {
            "start": 833226149,
            "stop": 833226329
        },
        {
            "start": 833226481,
            "stop": 833226661
        },
        {
            "start": 833229363,
            "stop": 833229663
        },
        {
            "start": 833231895,
            "stop": 833232195
        },
        {
            "start": 833232454,
            "stop": 833232514
        },
        {
            "start": 833236840,
            "stop": 833237200
        },
        {
            "start": 833237432,
            "stop": 833241692
        }
    ]
}