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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=226",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 227,
    "results": [
        {
            "start": 820607137,
            "stop": 820607488
        },
        {
            "start": 820607491,
            "stop": 820607494
        },
        {
            "start": 820607497,
            "stop": 820608999
        },
        {
            "start": 820609002,
            "stop": 820610521
        },
        {
            "start": 820610525,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820614532
        },
        {
            "start": 820614535,
            "stop": 820615034
        },
        {
            "start": 820615037,
            "stop": 820615470
        },
        {
            "start": 820615473,
            "stop": 820616194
        },
        {
            "start": 820616198,
            "stop": 820616572
        },
        {
            "start": 820616576,
            "stop": 820617057
        },
        {
            "start": 820617060,
            "stop": 820618240
        },
        {
            "start": 820618243,
            "stop": 820618499
        },
        {
            "start": 820618503,
            "stop": 820618505
        },
        {
            "start": 820618509,
            "stop": 820618627
        },
        {
            "start": 820618631,
            "stop": 820624671
        },
        {
            "start": 820624674,
            "stop": 820625642
        },
        {
            "start": 820625645,
            "stop": 820626093
        },
        {
            "start": 820626973,
            "stop": 820631278
        },
        {
            "start": 820631279,
            "stop": 820635234
        }
    ]
}