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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40965",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40966,
    "results": [
        {
            "start": 875128440,
            "stop": 875128442
        },
        {
            "start": 875128443,
            "stop": 875128479
        },
        {
            "start": 875128480,
            "stop": 875128500
        },
        {
            "start": 875128502,
            "stop": 875128520
        },
        {
            "start": 875128521,
            "stop": 875128558
        },
        {
            "start": 875128560,
            "stop": 875128577
        },
        {
            "start": 875128579,
            "stop": 875128654
        },
        {
            "start": 875128656,
            "stop": 875128698
        },
        {
            "start": 875128699,
            "stop": 875128726
        },
        {
            "start": 875128727,
            "stop": 875128739
        },
        {
            "start": 875128742,
            "stop": 875128752
        },
        {
            "start": 875128753,
            "stop": 875128760
        },
        {
            "start": 875128761,
            "stop": 875128765
        },
        {
            "start": 875128766,
            "stop": 875128777
        },
        {
            "start": 875128778,
            "stop": 875128779
        },
        {
            "start": 875128781,
            "stop": 875128790
        },
        {
            "start": 875128792,
            "stop": 875128802
        },
        {
            "start": 875128803,
            "stop": 875128819
        },
        {
            "start": 875128820,
            "stop": 875128861
        },
        {
            "start": 875128862,
            "stop": 875128869
        }
    ]
}