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=655
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=656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=654",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 655,
    "results": [
        {
            "start": 849085198,
            "stop": 849087175
        },
        {
            "start": 849088629,
            "stop": 849089053
        },
        {
            "start": 849089789,
            "stop": 849109593
        },
        {
            "start": 849109671,
            "stop": 849112162
        },
        {
            "start": 849112482,
            "stop": 849112767
        },
        {
            "start": 849113167,
            "stop": 849147673
        },
        {
            "start": 849166101,
            "stop": 849171725
        },
        {
            "start": 849171728,
            "stop": 849171729
        },
        {
            "start": 849171732,
            "stop": 849171734
        },
        {
            "start": 849171745,
            "stop": 849180718
        },
        {
            "start": 849180721,
            "stop": 849192525
        },
        {
            "start": 849192528,
            "stop": 849192529
        },
        {
            "start": 849192575,
            "stop": 849192658
        },
        {
            "start": 849192661,
            "stop": 849192688
        },
        {
            "start": 849192691,
            "stop": 849195583
        },
        {
            "start": 849195586,
            "stop": 849201078
        },
        {
            "start": 849201081,
            "stop": 849201104
        },
        {
            "start": 849201112,
            "stop": 849212653
        },
        {
            "start": 849214041,
            "stop": 849214408
        },
        {
            "start": 849216268,
            "stop": 849225435
        }
    ]
}