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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=173",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 174,
    "results": [
        {
            "start": 820185717,
            "stop": 820185758
        },
        {
            "start": 820185762,
            "stop": 820185990
        },
        {
            "start": 820185993,
            "stop": 820186134
        },
        {
            "start": 820186137,
            "stop": 820186266
        },
        {
            "start": 820186269,
            "stop": 820186358
        },
        {
            "start": 820186362,
            "stop": 820186364
        },
        {
            "start": 820186368,
            "stop": 820186438
        },
        {
            "start": 820186441,
            "stop": 820186525
        },
        {
            "start": 820186528,
            "stop": 820186567
        },
        {
            "start": 820186571,
            "stop": 820186622
        },
        {
            "start": 820186626,
            "stop": 820186630
        },
        {
            "start": 820186636,
            "stop": 820186639
        },
        {
            "start": 820186642,
            "stop": 820186653
        },
        {
            "start": 820186656,
            "stop": 820186685
        },
        {
            "start": 820186688,
            "stop": 820186697
        },
        {
            "start": 820186700,
            "stop": 820186703
        },
        {
            "start": 820186706,
            "stop": 820186775
        },
        {
            "start": 820186778,
            "stop": 820186818
        },
        {
            "start": 820186821,
            "stop": 820186846
        },
        {
            "start": 820186849,
            "stop": 820187024
        }
    ]
}