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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=552",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 553,
    "results": [
        {
            "start": 830690060,
            "stop": 830695731
        },
        {
            "start": 830696185,
            "stop": 830697064
        },
        {
            "start": 830697473,
            "stop": 830698806
        },
        {
            "start": 830698809,
            "stop": 830698829
        },
        {
            "start": 830698833,
            "stop": 830698834
        },
        {
            "start": 830698837,
            "stop": 830698856
        },
        {
            "start": 830698860,
            "stop": 830698862
        },
        {
            "start": 830698868,
            "stop": 830698870
        },
        {
            "start": 830703373,
            "stop": 830705562
        },
        {
            "start": 830719644,
            "stop": 830719726
        },
        {
            "start": 830719727,
            "stop": 830719743
        },
        {
            "start": 830720488,
            "stop": 830722059
        },
        {
            "start": 830723613,
            "stop": 830726917
        },
        {
            "start": 830728500,
            "stop": 830754508
        },
        {
            "start": 830754787,
            "stop": 830770933
        },
        {
            "start": 830772315,
            "stop": 830777887
        },
        {
            "start": 830779682,
            "stop": 830797453
        },
        {
            "start": 830797755,
            "stop": 830800813
        },
        {
            "start": 830802185,
            "stop": 830804411
        },
        {
            "start": 830804568,
            "stop": 830811416
        }
    ]
}