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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=151",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 152,
    "results": [
        {
            "start": 837163326,
            "stop": 837164653
        },
        {
            "start": 837167725,
            "stop": 837185582
        },
        {
            "start": 837185585,
            "stop": 837185587
        },
        {
            "start": 837185590,
            "stop": 837188435
        },
        {
            "start": 837188438,
            "stop": 837188669
        },
        {
            "start": 837189080,
            "stop": 837189204
        },
        {
            "start": 837189208,
            "stop": 837209815
        },
        {
            "start": 837209818,
            "stop": 837209832
        },
        {
            "start": 837209835,
            "stop": 837218913
        },
        {
            "start": 837218916,
            "stop": 837218948
        },
        {
            "start": 837218949,
            "stop": 837221027
        },
        {
            "start": 837221028,
            "stop": 837222147
        },
        {
            "start": 837222148,
            "stop": 837223427
        },
        {
            "start": 837223432,
            "stop": 837223433
        },
        {
            "start": 837223436,
            "stop": 837223444
        },
        {
            "start": 837223451,
            "stop": 837223496
        },
        {
            "start": 837223498,
            "stop": 837223666
        },
        {
            "start": 837226407,
            "stop": 837226668
        },
        {
            "start": 837226669,
            "stop": 837226670
        },
        {
            "start": 837226671,
            "stop": 837226719
        }
    ]
}