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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=327",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 328,
    "results": [
        {
            "start": 847708344,
            "stop": 847708359
        },
        {
            "start": 847708361,
            "stop": 847708387
        },
        {
            "start": 847708389,
            "stop": 847708392
        },
        {
            "start": 847708393,
            "stop": 847708519
        },
        {
            "start": 847708521,
            "stop": 847708528
        },
        {
            "start": 847708529,
            "stop": 847708573
        },
        {
            "start": 847708574,
            "stop": 847708597
        },
        {
            "start": 847708598,
            "stop": 847708616
        },
        {
            "start": 847708617,
            "stop": 847708635
        },
        {
            "start": 847708636,
            "stop": 847708648
        },
        {
            "start": 847708649,
            "stop": 847708684
        },
        {
            "start": 847708685,
            "stop": 847708686
        },
        {
            "start": 847708687,
            "stop": 847708689
        },
        {
            "start": 847708691,
            "stop": 847708700
        },
        {
            "start": 847708702,
            "stop": 847708733
        },
        {
            "start": 847708734,
            "stop": 847708743
        },
        {
            "start": 847708745,
            "stop": 847708776
        },
        {
            "start": 847708777,
            "stop": 847708783
        },
        {
            "start": 847708784,
            "stop": 847708829
        },
        {
            "start": 847708830,
            "stop": 847708860
        }
    ]
}