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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14103",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14104,
    "results": [
        {
            "start": 971159565,
            "stop": 971159567
        },
        {
            "start": 971159569,
            "stop": 971159572
        },
        {
            "start": 971159573,
            "stop": 971159578
        },
        {
            "start": 971159583,
            "stop": 971159584
        },
        {
            "start": 971159585,
            "stop": 971159591
        },
        {
            "start": 971159592,
            "stop": 971159593
        },
        {
            "start": 971159595,
            "stop": 971159597
        },
        {
            "start": 971159601,
            "stop": 971159610
        },
        {
            "start": 971159611,
            "stop": 971159612
        },
        {
            "start": 971159614,
            "stop": 971159616
        },
        {
            "start": 971159622,
            "stop": 971159629
        },
        {
            "start": 971159630,
            "stop": 971159631
        },
        {
            "start": 971159634,
            "stop": 971159635
        },
        {
            "start": 971159637,
            "stop": 971159638
        },
        {
            "start": 971159640,
            "stop": 971159641
        },
        {
            "start": 971159644,
            "stop": 971159646
        },
        {
            "start": 971159648,
            "stop": 971159649
        },
        {
            "start": 971159650,
            "stop": 971159658
        },
        {
            "start": 971159662,
            "stop": 971159663
        },
        {
            "start": 971159670,
            "stop": 971159675
        }
    ]
}