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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1713",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1711",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1712,
    "results": [
        {
            "start": 957925531,
            "stop": 957926846
        },
        {
            "start": 957926847,
            "stop": 957926968
        },
        {
            "start": 957944355,
            "stop": 957944737
        },
        {
            "start": 957944739,
            "stop": 957945062
        },
        {
            "start": 957945064,
            "stop": 957945419
        },
        {
            "start": 957945420,
            "stop": 957946277
        },
        {
            "start": 957946279,
            "stop": 957946550
        },
        {
            "start": 957946552,
            "stop": 957947330
        },
        {
            "start": 957947332,
            "stop": 957948706
        },
        {
            "start": 957948708,
            "stop": 957948709
        },
        {
            "start": 957948711,
            "stop": 957948800
        },
        {
            "start": 957948802,
            "stop": 957949908
        },
        {
            "start": 957949912,
            "stop": 957951607
        },
        {
            "start": 957951609,
            "stop": 957952378
        },
        {
            "start": 957952380,
            "stop": 957952549
        },
        {
            "start": 957952551,
            "stop": 957952825
        },
        {
            "start": 957952827,
            "stop": 957952848
        },
        {
            "start": 957952850,
            "stop": 957953155
        },
        {
            "start": 957953157,
            "stop": 957953452
        },
        {
            "start": 957953454,
            "stop": 957954008
        }
    ]
}