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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=430",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 431,
    "results": [
        {
            "start": 847805990,
            "stop": 847806010
        },
        {
            "start": 847806011,
            "stop": 847806016
        },
        {
            "start": 847806017,
            "stop": 847806031
        },
        {
            "start": 847806032,
            "stop": 847806418
        },
        {
            "start": 847806419,
            "stop": 847806479
        },
        {
            "start": 847806480,
            "stop": 847806497
        },
        {
            "start": 847806498,
            "stop": 847806499
        },
        {
            "start": 847806501,
            "stop": 847806567
        },
        {
            "start": 847806568,
            "stop": 847806570
        },
        {
            "start": 847806571,
            "stop": 847806573
        },
        {
            "start": 847806575,
            "stop": 847806584
        },
        {
            "start": 847806586,
            "stop": 847806743
        },
        {
            "start": 847806746,
            "stop": 847806751
        },
        {
            "start": 847806753,
            "stop": 847806832
        },
        {
            "start": 847806833,
            "stop": 847806834
        },
        {
            "start": 847806835,
            "stop": 847806880
        },
        {
            "start": 847806881,
            "stop": 847806957
        },
        {
            "start": 847806958,
            "stop": 847806959
        },
        {
            "start": 847806961,
            "stop": 847807255
        },
        {
            "start": 847807257,
            "stop": 847807265
        }
    ]
}