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=400
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=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=399",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 400,
    "results": [
        {
            "start": 847784086,
            "stop": 847784102
        },
        {
            "start": 847784103,
            "stop": 847784130
        },
        {
            "start": 847784131,
            "stop": 847784134
        },
        {
            "start": 847784136,
            "stop": 847784142
        },
        {
            "start": 847784143,
            "stop": 847784174
        },
        {
            "start": 847784176,
            "stop": 847784184
        },
        {
            "start": 847784186,
            "stop": 847784187
        },
        {
            "start": 847784188,
            "stop": 847784219
        },
        {
            "start": 847784221,
            "stop": 847784229
        },
        {
            "start": 847784231,
            "stop": 847784253
        },
        {
            "start": 847784255,
            "stop": 847784258
        },
        {
            "start": 847784259,
            "stop": 847784260
        },
        {
            "start": 847784261,
            "stop": 847784270
        },
        {
            "start": 847784271,
            "stop": 847784272
        },
        {
            "start": 847784274,
            "stop": 847784320
        },
        {
            "start": 847784321,
            "stop": 847784357
        },
        {
            "start": 847784359,
            "stop": 847784389
        },
        {
            "start": 847784391,
            "stop": 847784397
        },
        {
            "start": 847784399,
            "stop": 847784400
        },
        {
            "start": 847784401,
            "stop": 847784559
        }
    ]
}