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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=229",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 230,
    "results": [
        {
            "start": 842986232,
            "stop": 842986544
        },
        {
            "start": 842986545,
            "stop": 842986561
        },
        {
            "start": 842986563,
            "stop": 842986564
        },
        {
            "start": 842986566,
            "stop": 842987082
        },
        {
            "start": 842987939,
            "stop": 842988970
        },
        {
            "start": 842989412,
            "stop": 842992566
        },
        {
            "start": 842992567,
            "stop": 842992591
        },
        {
            "start": 842992592,
            "stop": 842992626
        },
        {
            "start": 842992627,
            "stop": 842994245
        },
        {
            "start": 842995734,
            "stop": 842995787
        },
        {
            "start": 842997055,
            "stop": 842997704
        },
        {
            "start": 842999102,
            "stop": 842999793
        },
        {
            "start": 843000103,
            "stop": 843000999
        },
        {
            "start": 843001001,
            "stop": 843025330
        },
        {
            "start": 843027158,
            "stop": 843090440
        },
        {
            "start": 843090441,
            "stop": 843105382
        },
        {
            "start": 843105492,
            "stop": 843105504
        },
        {
            "start": 843105804,
            "stop": 843108855
        },
        {
            "start": 843108965,
            "stop": 843109101
        },
        {
            "start": 843109401,
            "stop": 843132716
        }
    ]
}