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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2935",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2936,
    "results": [
        {
            "start": 859095599,
            "stop": 859095645
        },
        {
            "start": 859096021,
            "stop": 859096213
        },
        {
            "start": 859096216,
            "stop": 859096242
        },
        {
            "start": 859096620,
            "stop": 859096637
        },
        {
            "start": 859096641,
            "stop": 859096787
        },
        {
            "start": 859096792,
            "stop": 859096799
        },
        {
            "start": 859097274,
            "stop": 859097316
        },
        {
            "start": 859097320,
            "stop": 859097399
        },
        {
            "start": 859097402,
            "stop": 859098228
        },
        {
            "start": 859098231,
            "stop": 859098346
        },
        {
            "start": 859098349,
            "stop": 859098370
        },
        {
            "start": 859098373,
            "stop": 859098382
        },
        {
            "start": 859098385,
            "stop": 859098616
        },
        {
            "start": 859098620,
            "stop": 859098727
        },
        {
            "start": 859098730,
            "stop": 859098763
        },
        {
            "start": 859098766,
            "stop": 859098933
        },
        {
            "start": 859098937,
            "stop": 859099944
        },
        {
            "start": 859099948,
            "stop": 859100034
        },
        {
            "start": 859100038,
            "stop": 859100248
        },
        {
            "start": 859100251,
            "stop": 859100772
        }
    ]
}