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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29386",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29384",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29385,
    "results": [
        {
            "start": 971399631,
            "stop": 971399637
        },
        {
            "start": 971399639,
            "stop": 971399647
        },
        {
            "start": 971399649,
            "stop": 971399653
        },
        {
            "start": 971399654,
            "stop": 971399655
        },
        {
            "start": 971399656,
            "stop": 971399663
        },
        {
            "start": 971399664,
            "stop": 971399665
        },
        {
            "start": 971399667,
            "stop": 971399672
        },
        {
            "start": 971399677,
            "stop": 971399688
        },
        {
            "start": 971399689,
            "stop": 971399690
        },
        {
            "start": 971399691,
            "stop": 971399705
        },
        {
            "start": 971399706,
            "stop": 971399709
        },
        {
            "start": 971399710,
            "stop": 971399711
        },
        {
            "start": 971399715,
            "stop": 971399722
        },
        {
            "start": 971399724,
            "stop": 971399733
        },
        {
            "start": 971399735,
            "stop": 971399738
        },
        {
            "start": 971399739,
            "stop": 971399772
        },
        {
            "start": 971399773,
            "stop": 971399774
        },
        {
            "start": 971399776,
            "stop": 971399778
        },
        {
            "start": 971399779,
            "stop": 971399788
        },
        {
            "start": 971399789,
            "stop": 971399792
        }
    ]
}