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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=309",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 310,
    "results": [
        {
            "start": 822886985,
            "stop": 822887533
        },
        {
            "start": 822887633,
            "stop": 822887780
        },
        {
            "start": 822887783,
            "stop": 822888103
        },
        {
            "start": 822888106,
            "stop": 822888173
        },
        {
            "start": 822888176,
            "stop": 822888284
        },
        {
            "start": 822888287,
            "stop": 822888294
        },
        {
            "start": 822888297,
            "stop": 822888529
        },
        {
            "start": 822888532,
            "stop": 822889813
        },
        {
            "start": 822889827,
            "stop": 822889832
        },
        {
            "start": 822889836,
            "stop": 822889851
        },
        {
            "start": 822889855,
            "stop": 822889866
        },
        {
            "start": 822893845,
            "stop": 822894754
        },
        {
            "start": 822894757,
            "stop": 822895392
        },
        {
            "start": 822895395,
            "stop": 822895479
        },
        {
            "start": 822895482,
            "stop": 822895897
        },
        {
            "start": 822895900,
            "stop": 822897166
        },
        {
            "start": 822897169,
            "stop": 822897337
        },
        {
            "start": 822897340,
            "stop": 822898023
        },
        {
            "start": 822898027,
            "stop": 822898123
        },
        {
            "start": 822898273,
            "stop": 822898966
        }
    ]
}