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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=177",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 178,
    "results": [
        {
            "start": 843223993,
            "stop": 843224207
        },
        {
            "start": 843224507,
            "stop": 843240079
        },
        {
            "start": 843240173,
            "stop": 843251589
        },
        {
            "start": 843251889,
            "stop": 843257752
        },
        {
            "start": 843258041,
            "stop": 843258131
        },
        {
            "start": 843258431,
            "stop": 843272265
        },
        {
            "start": 843272375,
            "stop": 843272472
        },
        {
            "start": 843272772,
            "stop": 843293257
        },
        {
            "start": 843293258,
            "stop": 843311705
        },
        {
            "start": 843311815,
            "stop": 843318086
        },
        {
            "start": 843347138,
            "stop": 843359821
        },
        {
            "start": 843359901,
            "stop": 843406016
        },
        {
            "start": 843406107,
            "stop": 843410600
        },
        {
            "start": 843410710,
            "stop": 843414244
        },
        {
            "start": 843415097,
            "stop": 843421368
        },
        {
            "start": 843422641,
            "stop": 843427536
        },
        {
            "start": 843430033,
            "stop": 843430091
        },
        {
            "start": 843430391,
            "stop": 843431381
        },
        {
            "start": 843432520,
            "stop": 843433143
        },
        {
            "start": 843433206,
            "stop": 843435862
        }
    ]
}