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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=203",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 204,
    "results": [
        {
            "start": 820368985,
            "stop": 820369610
        },
        {
            "start": 820369614,
            "stop": 820370101
        },
        {
            "start": 820370104,
            "stop": 820370783
        },
        {
            "start": 820370786,
            "stop": 820370958
        },
        {
            "start": 820370961,
            "stop": 820371591
        },
        {
            "start": 820371595,
            "stop": 820371807
        },
        {
            "start": 820373453,
            "stop": 820373634
        },
        {
            "start": 820373637,
            "stop": 820373773
        },
        {
            "start": 820373777,
            "stop": 820373850
        },
        {
            "start": 820373853,
            "stop": 820374684
        },
        {
            "start": 820374687,
            "stop": 820375010
        },
        {
            "start": 820375013,
            "stop": 820375334
        },
        {
            "start": 820375337,
            "stop": 820377612
        },
        {
            "start": 820377616,
            "stop": 820379344
        },
        {
            "start": 820379347,
            "stop": 820380079
        },
        {
            "start": 820380502,
            "stop": 820380604
        },
        {
            "start": 820381034,
            "stop": 820381442
        },
        {
            "start": 820381446,
            "stop": 820381790
        },
        {
            "start": 820381793,
            "stop": 820381856
        },
        {
            "start": 820381859,
            "stop": 820383007
        }
    ]
}