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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=364",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 365,
    "results": [
        {
            "start": 934571018,
            "stop": 934571032
        },
        {
            "start": 934571037,
            "stop": 934574535
        },
        {
            "start": 934574537,
            "stop": 934574557
        },
        {
            "start": 934574560,
            "stop": 934574584
        },
        {
            "start": 934574587,
            "stop": 934574591
        },
        {
            "start": 934574594,
            "stop": 934574611
        },
        {
            "start": 934574613,
            "stop": 934574616
        },
        {
            "start": 934574619,
            "stop": 934574634
        },
        {
            "start": 934574638,
            "stop": 934575034
        },
        {
            "start": 934579364,
            "stop": 934581734
        },
        {
            "start": 934581737,
            "stop": 934581757
        },
        {
            "start": 934581760,
            "stop": 934581765
        },
        {
            "start": 934581767,
            "stop": 934581784
        },
        {
            "start": 934581786,
            "stop": 934581811
        },
        {
            "start": 934581813,
            "stop": 934581816
        },
        {
            "start": 934581819,
            "stop": 934581834
        },
        {
            "start": 934581838,
            "stop": 934583399
        },
        {
            "start": 934583402,
            "stop": 934585367
        },
        {
            "start": 934585369,
            "stop": 934585384
        },
        {
            "start": 934585386,
            "stop": 934585410
        }
    ]
}