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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=352",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 353,
    "results": [
        {
            "start": 821466722,
            "stop": 821467008
        },
        {
            "start": 821467011,
            "stop": 821467080
        },
        {
            "start": 821467083,
            "stop": 821467183
        },
        {
            "start": 821467186,
            "stop": 821467280
        },
        {
            "start": 821467283,
            "stop": 821467446
        },
        {
            "start": 821467449,
            "stop": 821467542
        },
        {
            "start": 821467545,
            "stop": 821467568
        },
        {
            "start": 821467571,
            "stop": 821467671
        },
        {
            "start": 821468637,
            "stop": 821468671
        },
        {
            "start": 821468674,
            "stop": 821468677
        },
        {
            "start": 821468680,
            "stop": 821468821
        },
        {
            "start": 821468824,
            "stop": 821468848
        },
        {
            "start": 821468851,
            "stop": 821468939
        },
        {
            "start": 821468943,
            "stop": 821468977
        },
        {
            "start": 821468982,
            "stop": 821469266
        },
        {
            "start": 821469270,
            "stop": 821469490
        },
        {
            "start": 821469493,
            "stop": 821469510
        },
        {
            "start": 821469513,
            "stop": 821469649
        },
        {
            "start": 821469652,
            "stop": 821469741
        },
        {
            "start": 821469745,
            "stop": 821469846
        }
    ]
}