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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=367",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 368,
    "results": [
        {
            "start": 821759676,
            "stop": 821759677
        },
        {
            "start": 821759680,
            "stop": 821759684
        },
        {
            "start": 821759687,
            "stop": 821759690
        },
        {
            "start": 821759697,
            "stop": 821759709
        },
        {
            "start": 821759713,
            "stop": 821759723
        },
        {
            "start": 821759730,
            "stop": 821759732
        },
        {
            "start": 821759735,
            "stop": 821759736
        },
        {
            "start": 821759742,
            "stop": 821759745
        },
        {
            "start": 821759748,
            "stop": 821759751
        },
        {
            "start": 821759754,
            "stop": 821759759
        },
        {
            "start": 821759765,
            "stop": 821759769
        },
        {
            "start": 821759781,
            "stop": 821759786
        },
        {
            "start": 821759801,
            "stop": 821759802
        },
        {
            "start": 821759813,
            "stop": 821759815
        },
        {
            "start": 821759820,
            "stop": 821759821
        },
        {
            "start": 821759829,
            "stop": 821759830
        },
        {
            "start": 821759841,
            "stop": 821759845
        },
        {
            "start": 821759852,
            "stop": 821759857
        },
        {
            "start": 821759872,
            "stop": 821759874
        },
        {
            "start": 821759880,
            "stop": 821759884
        }
    ]
}