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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=550",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 551,
    "results": [
        {
            "start": 830494997,
            "stop": 830496793
        },
        {
            "start": 830496828,
            "stop": 830496830
        },
        {
            "start": 830496979,
            "stop": 830505450
        },
        {
            "start": 830505596,
            "stop": 830510413
        },
        {
            "start": 830510456,
            "stop": 830510457
        },
        {
            "start": 830510556,
            "stop": 830510560
        },
        {
            "start": 830510699,
            "stop": 830533000
        },
        {
            "start": 830533001,
            "stop": 830533635
        },
        {
            "start": 830534836,
            "stop": 830534893
        },
        {
            "start": 830536231,
            "stop": 830537657
        },
        {
            "start": 830538022,
            "stop": 830541101
        },
        {
            "start": 830542066,
            "stop": 830542513
        },
        {
            "start": 830543101,
            "stop": 830543129
        },
        {
            "start": 830543130,
            "stop": 830545210
        },
        {
            "start": 830546039,
            "stop": 830547526
        },
        {
            "start": 830548282,
            "stop": 830548436
        },
        {
            "start": 830549696,
            "stop": 830549833
        },
        {
            "start": 830549973,
            "stop": 830550133
        },
        {
            "start": 830550156,
            "stop": 830550157
        },
        {
            "start": 830551527,
            "stop": 830551542
        }
    ]
}