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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 233,
    "results": [
        {
            "start": 931538520,
            "stop": 931538521
        },
        {
            "start": 931538527,
            "stop": 931538528
        },
        {
            "start": 931538532,
            "stop": 931538533
        },
        {
            "start": 931538536,
            "stop": 931538537
        },
        {
            "start": 931538539,
            "stop": 931538540
        },
        {
            "start": 931538541,
            "stop": 931538590
        },
        {
            "start": 931538592,
            "stop": 931538597
        },
        {
            "start": 931538600,
            "stop": 931538602
        },
        {
            "start": 931538605,
            "stop": 931538612
        },
        {
            "start": 931538614,
            "stop": 931538634
        },
        {
            "start": 931538636,
            "stop": 931538638
        },
        {
            "start": 931538641,
            "stop": 931538649
        },
        {
            "start": 931538651,
            "stop": 931538672
        },
        {
            "start": 931538673,
            "stop": 931538674
        },
        {
            "start": 931538676,
            "stop": 931538682
        },
        {
            "start": 931538684,
            "stop": 931538689
        },
        {
            "start": 931538690,
            "stop": 931538693
        },
        {
            "start": 931538695,
            "stop": 931538696
        },
        {
            "start": 931538700,
            "stop": 931538705
        },
        {
            "start": 931538706,
            "stop": 931538711
        }
    ]
}