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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=234",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 235,
    "results": [
        {
            "start": 931162836,
            "stop": 931162837
        },
        {
            "start": 931162840,
            "stop": 931162841
        },
        {
            "start": 931162842,
            "stop": 931162843
        },
        {
            "start": 931162846,
            "stop": 931162847
        },
        {
            "start": 931162848,
            "stop": 931162850
        },
        {
            "start": 931162852,
            "stop": 931162856
        },
        {
            "start": 931162857,
            "stop": 931162860
        },
        {
            "start": 931162861,
            "stop": 931162865
        },
        {
            "start": 931162873,
            "stop": 931162874
        },
        {
            "start": 931162876,
            "stop": 931162879
        },
        {
            "start": 931162882,
            "stop": 931162886
        },
        {
            "start": 931162890,
            "stop": 931162892
        },
        {
            "start": 931162895,
            "stop": 931162896
        },
        {
            "start": 931162898,
            "stop": 931162901
        },
        {
            "start": 931162902,
            "stop": 931162910
        },
        {
            "start": 931162916,
            "stop": 931162920
        },
        {
            "start": 931162921,
            "stop": 931162922
        },
        {
            "start": 931162924,
            "stop": 931162925
        },
        {
            "start": 931162929,
            "stop": 931162931
        },
        {
            "start": 931162937,
            "stop": 931162944
        }
    ]
}