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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=231",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 232,
    "results": [
        {
            "start": 843266749,
            "stop": 843272265
        },
        {
            "start": 843272375,
            "stop": 843272472
        },
        {
            "start": 843272772,
            "stop": 843280747
        },
        {
            "start": 843280749,
            "stop": 843293257
        },
        {
            "start": 843293258,
            "stop": 843311705
        },
        {
            "start": 843311815,
            "stop": 843317275
        },
        {
            "start": 843317278,
            "stop": 843318086
        },
        {
            "start": 843347138,
            "stop": 843350069
        },
        {
            "start": 843350071,
            "stop": 843359821
        },
        {
            "start": 843359901,
            "stop": 843404866
        },
        {
            "start": 843404869,
            "stop": 843406016
        },
        {
            "start": 843406107,
            "stop": 843408652
        },
        {
            "start": 843408657,
            "stop": 843408668
        },
        {
            "start": 843408671,
            "stop": 843408677
        },
        {
            "start": 843408680,
            "stop": 843408681
        },
        {
            "start": 843408691,
            "stop": 843408693
        },
        {
            "start": 843408700,
            "stop": 843410593
        },
        {
            "start": 843410599,
            "stop": 843410600
        },
        {
            "start": 843410713,
            "stop": 843411574
        },
        {
            "start": 843411577,
            "stop": 843414244
        }
    ]
}