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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 137,
    "results": [
        {
            "start": 1372882319,
            "stop": 1372884171
        },
        {
            "start": 1372884173,
            "stop": 1372885087
        },
        {
            "start": 1372885089,
            "stop": 1372885313
        },
        {
            "start": 1372885315,
            "stop": 1372886088
        },
        {
            "start": 1372886090,
            "stop": 1372886646
        },
        {
            "start": 1372886647,
            "stop": 1372887883
        },
        {
            "start": 1372887885,
            "stop": 1372888775
        },
        {
            "start": 1372888777,
            "stop": 1372889708
        },
        {
            "start": 1372889710,
            "stop": 1372890476
        },
        {
            "start": 1372890479,
            "stop": 1372891230
        },
        {
            "start": 1372891231,
            "stop": 1372892173
        },
        {
            "start": 1372892174,
            "stop": 1372893075
        },
        {
            "start": 1372893077,
            "stop": 1372893805
        },
        {
            "start": 1372893810,
            "stop": 1372893998
        },
        {
            "start": 1372894000,
            "stop": 1372895285
        },
        {
            "start": 1372895286,
            "stop": 1372896238
        },
        {
            "start": 1372896240,
            "stop": 1372897050
        },
        {
            "start": 1372897052,
            "stop": 1372897611
        },
        {
            "start": 1372897613,
            "stop": 1372898839
        },
        {
            "start": 1372898840,
            "stop": 1372900998
        }
    ]
}