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=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=384",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 385,
    "results": [
        {
            "start": 847756878,
            "stop": 847756906
        },
        {
            "start": 847756909,
            "stop": 847756952
        },
        {
            "start": 847756953,
            "stop": 847756962
        },
        {
            "start": 847756963,
            "stop": 847757079
        },
        {
            "start": 847757080,
            "stop": 847757087
        },
        {
            "start": 847757089,
            "stop": 847757122
        },
        {
            "start": 847757123,
            "stop": 847757131
        },
        {
            "start": 847757132,
            "stop": 847757218
        },
        {
            "start": 847757219,
            "stop": 847757292
        },
        {
            "start": 847757293,
            "stop": 847757335
        },
        {
            "start": 847757336,
            "stop": 847757461
        },
        {
            "start": 847757462,
            "stop": 847757467
        },
        {
            "start": 847757469,
            "stop": 847757474
        },
        {
            "start": 847757475,
            "stop": 847757497
        },
        {
            "start": 847757499,
            "stop": 847757516
        },
        {
            "start": 847757518,
            "stop": 847757591
        },
        {
            "start": 847757592,
            "stop": 847757599
        },
        {
            "start": 847757600,
            "stop": 847757602
        },
        {
            "start": 847757603,
            "stop": 847757625
        },
        {
            "start": 847757626,
            "stop": 847757632
        }
    ]
}