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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=196",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 197,
    "results": [
        {
            "start": 820240792,
            "stop": 820241513
        },
        {
            "start": 820241517,
            "stop": 820242118
        },
        {
            "start": 820242122,
            "stop": 820242380
        },
        {
            "start": 820242383,
            "stop": 820242739
        },
        {
            "start": 820242742,
            "stop": 820242872
        },
        {
            "start": 820242875,
            "stop": 820243239
        },
        {
            "start": 820243242,
            "stop": 820243716
        },
        {
            "start": 820243719,
            "stop": 820243821
        },
        {
            "start": 820243824,
            "stop": 820243825
        },
        {
            "start": 820243828,
            "stop": 820244279
        },
        {
            "start": 820244282,
            "stop": 820244449
        },
        {
            "start": 820244453,
            "stop": 820244959
        },
        {
            "start": 820244962,
            "stop": 820245128
        },
        {
            "start": 820245131,
            "stop": 820245208
        },
        {
            "start": 820245211,
            "stop": 820245829
        },
        {
            "start": 820245832,
            "stop": 820245892
        },
        {
            "start": 820245895,
            "stop": 820246177
        },
        {
            "start": 820246180,
            "stop": 820246392
        },
        {
            "start": 820246395,
            "stop": 820246497
        },
        {
            "start": 820246500,
            "stop": 820246535
        }
    ]
}