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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=368",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 369,
    "results": [
        {
            "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
        },
        {
            "start": 821759890,
            "stop": 821759896
        },
        {
            "start": 821759900,
            "stop": 821759905
        },
        {
            "start": 821759908,
            "stop": 821759909
        },
        {
            "start": 821759912,
            "stop": 821759915
        },
        {
            "start": 821759918,
            "stop": 821759927
        }
    ]
}