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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=266",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 267,
    "results": [
        {
            "start": 931612320,
            "stop": 931612333
        },
        {
            "start": 931612336,
            "stop": 931612347
        },
        {
            "start": 931612350,
            "stop": 931612362
        },
        {
            "start": 931612365,
            "stop": 931612377
        },
        {
            "start": 931612380,
            "stop": 931612392
        },
        {
            "start": 931612395,
            "stop": 931612422
        },
        {
            "start": 931612424,
            "stop": 931612456
        },
        {
            "start": 931612460,
            "stop": 931612510
        },
        {
            "start": 931612512,
            "stop": 931612548
        },
        {
            "start": 931612549,
            "stop": 931612682
        },
        {
            "start": 931612683,
            "stop": 931612703
        },
        {
            "start": 931612704,
            "stop": 931612733
        },
        {
            "start": 931612734,
            "stop": 931612767
        },
        {
            "start": 931612769,
            "stop": 931612852
        },
        {
            "start": 931612854,
            "stop": 931612972
        },
        {
            "start": 931612975,
            "stop": 931612987
        },
        {
            "start": 931612989,
            "stop": 931612996
        },
        {
            "start": 931613000,
            "stop": 931613055
        },
        {
            "start": 931613056,
            "stop": 931613081
        },
        {
            "start": 931613082,
            "stop": 931613095
        }
    ]
}