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=46833
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=46834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46832",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46833,
    "results": [
        {
            "start": 875133719,
            "stop": 875133741
        },
        {
            "start": 875133744,
            "stop": 875133753
        },
        {
            "start": 875133754,
            "stop": 875133760
        },
        {
            "start": 875133761,
            "stop": 875133762
        },
        {
            "start": 875133763,
            "stop": 875133779
        },
        {
            "start": 875133780,
            "stop": 875133796
        },
        {
            "start": 875133797,
            "stop": 875133803
        },
        {
            "start": 875133804,
            "stop": 875133812
        },
        {
            "start": 875133813,
            "stop": 875133824
        },
        {
            "start": 875133826,
            "stop": 875133845
        },
        {
            "start": 875133847,
            "stop": 875133855
        },
        {
            "start": 875133856,
            "stop": 875133862
        },
        {
            "start": 875133863,
            "stop": 875133877
        },
        {
            "start": 875133880,
            "stop": 875133909
        },
        {
            "start": 875133911,
            "stop": 875133923
        },
        {
            "start": 875133924,
            "stop": 875133931
        },
        {
            "start": 875133934,
            "stop": 875133940
        },
        {
            "start": 875133943,
            "stop": 875133958
        },
        {
            "start": 875133961,
            "stop": 875133963
        },
        {
            "start": 875133964,
            "stop": 875133991
        }
    ]
}