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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=272",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 273,
    "results": [
        {
            "start": 821055427,
            "stop": 821055646
        },
        {
            "start": 821055649,
            "stop": 821055805
        },
        {
            "start": 821055806,
            "stop": 821055829
        },
        {
            "start": 821055833,
            "stop": 821055877
        },
        {
            "start": 821055880,
            "stop": 821055969
        },
        {
            "start": 821057895,
            "stop": 821058038
        },
        {
            "start": 821058042,
            "stop": 821058182
        },
        {
            "start": 821058185,
            "stop": 821058673
        },
        {
            "start": 821058676,
            "stop": 821058920
        },
        {
            "start": 821058923,
            "stop": 821058933
        },
        {
            "start": 821058936,
            "stop": 821059756
        },
        {
            "start": 821059759,
            "stop": 821059842
        },
        {
            "start": 821059845,
            "stop": 821059877
        },
        {
            "start": 821059880,
            "stop": 821060198
        },
        {
            "start": 821060201,
            "stop": 821060308
        },
        {
            "start": 821060312,
            "stop": 821060373
        },
        {
            "start": 821060376,
            "stop": 821060378
        },
        {
            "start": 821060382,
            "stop": 821060395
        },
        {
            "start": 821060398,
            "stop": 821060513
        },
        {
            "start": 821060516,
            "stop": 821060853
        }
    ]
}