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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=263",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 264,
    "results": [
        {
            "start": 931609478,
            "stop": 931609532
        },
        {
            "start": 931609533,
            "stop": 931609548
        },
        {
            "start": 931609549,
            "stop": 931609615
        },
        {
            "start": 931609616,
            "stop": 931609652
        },
        {
            "start": 931609653,
            "stop": 931609659
        },
        {
            "start": 931609662,
            "stop": 931609782
        },
        {
            "start": 931609784,
            "stop": 931609807
        },
        {
            "start": 931609808,
            "stop": 931609857
        },
        {
            "start": 931609858,
            "stop": 931609930
        },
        {
            "start": 931609931,
            "stop": 931609993
        },
        {
            "start": 931609994,
            "stop": 931610002
        },
        {
            "start": 931610003,
            "stop": 931610084
        },
        {
            "start": 931610086,
            "stop": 931610113
        },
        {
            "start": 931610114,
            "stop": 931610155
        },
        {
            "start": 931610158,
            "stop": 931610170
        },
        {
            "start": 931610172,
            "stop": 931610175
        },
        {
            "start": 931610176,
            "stop": 931610189
        },
        {
            "start": 931610190,
            "stop": 931610303
        },
        {
            "start": 931610305,
            "stop": 931610380
        },
        {
            "start": 931610381,
            "stop": 931610396
        }
    ]
}