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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=385",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 386,
    "results": [
        {
            "start": 847757634,
            "stop": 847757642
        },
        {
            "start": 847757643,
            "stop": 847757652
        },
        {
            "start": 847757654,
            "stop": 847757667
        },
        {
            "start": 847757669,
            "stop": 847757703
        },
        {
            "start": 847757705,
            "stop": 847757746
        },
        {
            "start": 847757747,
            "stop": 847757765
        },
        {
            "start": 847757766,
            "stop": 847757800
        },
        {
            "start": 847757801,
            "stop": 847757802
        },
        {
            "start": 847757806,
            "stop": 847757843
        },
        {
            "start": 847757844,
            "stop": 847757866
        },
        {
            "start": 847757868,
            "stop": 847757889
        },
        {
            "start": 847757890,
            "stop": 847757899
        },
        {
            "start": 847757901,
            "stop": 847757922
        },
        {
            "start": 847757923,
            "stop": 847757925
        },
        {
            "start": 847757926,
            "stop": 847757974
        },
        {
            "start": 847757976,
            "stop": 847757981
        },
        {
            "start": 847757982,
            "stop": 847758001
        },
        {
            "start": 847758002,
            "stop": 847758026
        },
        {
            "start": 847758029,
            "stop": 847758051
        },
        {
            "start": 847758053,
            "stop": 847758056
        }
    ]
}