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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=217",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 218,
    "results": [
        {
            "start": 820512183,
            "stop": 820512772
        },
        {
            "start": 820512776,
            "stop": 820513031
        },
        {
            "start": 820513034,
            "stop": 820513187
        },
        {
            "start": 820513191,
            "stop": 820513194
        },
        {
            "start": 820513198,
            "stop": 820513259
        },
        {
            "start": 820513262,
            "stop": 820513278
        },
        {
            "start": 820513282,
            "stop": 820513687
        },
        {
            "start": 820513691,
            "stop": 820513693
        },
        {
            "start": 820513697,
            "stop": 820514129
        },
        {
            "start": 820514133,
            "stop": 820514258
        },
        {
            "start": 820514262,
            "stop": 820514385
        },
        {
            "start": 820514389,
            "stop": 820514408
        },
        {
            "start": 820514411,
            "stop": 820514449
        },
        {
            "start": 820514453,
            "stop": 820514530
        },
        {
            "start": 820514533,
            "stop": 820514608
        },
        {
            "start": 820514611,
            "stop": 820514907
        },
        {
            "start": 820514911,
            "stop": 820514914
        },
        {
            "start": 820514917,
            "stop": 820515554
        },
        {
            "start": 820515557,
            "stop": 820515675
        },
        {
            "start": 820515678,
            "stop": 820516006
        }
    ]
}