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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=290",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 291,
    "results": [
        {
            "start": 931723670,
            "stop": 931723675
        },
        {
            "start": 931723679,
            "stop": 931723701
        },
        {
            "start": 931723705,
            "stop": 931723715
        },
        {
            "start": 931723722,
            "stop": 931723746
        },
        {
            "start": 931723754,
            "stop": 931723756
        },
        {
            "start": 931723758,
            "stop": 931723767
        },
        {
            "start": 931723771,
            "stop": 931723780
        },
        {
            "start": 931723784,
            "stop": 931723786
        },
        {
            "start": 931723787,
            "stop": 931723789
        },
        {
            "start": 931723791,
            "stop": 931723795
        },
        {
            "start": 931723797,
            "stop": 931723806
        },
        {
            "start": 931723807,
            "stop": 931723809
        },
        {
            "start": 931723810,
            "stop": 931723820
        },
        {
            "start": 931723821,
            "stop": 931723829
        },
        {
            "start": 931723830,
            "stop": 931723843
        },
        {
            "start": 931723844,
            "stop": 931723850
        },
        {
            "start": 931723853,
            "stop": 931723858
        },
        {
            "start": 931723860,
            "stop": 931723863
        },
        {
            "start": 931723864,
            "stop": 931723869
        },
        {
            "start": 931723870,
            "stop": 931723874
        }
    ]
}