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=46777
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=46778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46776",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46777,
    "results": [
        {
            "start": 875098446,
            "stop": 875098473
        },
        {
            "start": 875098475,
            "stop": 875098485
        },
        {
            "start": 875098486,
            "stop": 875098495
        },
        {
            "start": 875098496,
            "stop": 875098505
        },
        {
            "start": 875098506,
            "stop": 875098516
        },
        {
            "start": 875098517,
            "stop": 875098525
        },
        {
            "start": 875098527,
            "stop": 875098538
        },
        {
            "start": 875098539,
            "stop": 875098543
        },
        {
            "start": 875098544,
            "stop": 875098559
        },
        {
            "start": 875098560,
            "stop": 875098580
        },
        {
            "start": 875098581,
            "stop": 875098594
        },
        {
            "start": 875098595,
            "stop": 875098599
        },
        {
            "start": 875098600,
            "stop": 875098604
        },
        {
            "start": 875098606,
            "stop": 875098612
        },
        {
            "start": 875098613,
            "stop": 875098645
        },
        {
            "start": 875098646,
            "stop": 875098665
        },
        {
            "start": 875098666,
            "stop": 875098686
        },
        {
            "start": 875098688,
            "stop": 875098713
        },
        {
            "start": 875098714,
            "stop": 875098729
        },
        {
            "start": 875098730,
            "stop": 875098733
        }
    ]
}