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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=837",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=835",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 836,
    "results": [
        {
            "start": 1250385390,
            "stop": 1250385393
        },
        {
            "start": 1250385397,
            "stop": 1250385572
        },
        {
            "start": 1250385576,
            "stop": 1250385595
        },
        {
            "start": 1250385599,
            "stop": 1250385628
        },
        {
            "start": 1250385632,
            "stop": 1250385647
        },
        {
            "start": 1250385650,
            "stop": 1250385676
        },
        {
            "start": 1250385679,
            "stop": 1250385685
        },
        {
            "start": 1250385689,
            "stop": 1250386814
        },
        {
            "start": 1250386821,
            "stop": 1250386931
        },
        {
            "start": 1250386934,
            "stop": 1250386946
        },
        {
            "start": 1250386950,
            "stop": 1250386976
        },
        {
            "start": 1250386980,
            "stop": 1250386995
        },
        {
            "start": 1250387000,
            "stop": 1250387029
        },
        {
            "start": 1250387033,
            "stop": 1250389797
        },
        {
            "start": 1250389802,
            "stop": 1250389811
        },
        {
            "start": 1250389816,
            "stop": 1250389817
        },
        {
            "start": 1250389818,
            "stop": 1250389848
        },
        {
            "start": 1250389852,
            "stop": 1250389853
        },
        {
            "start": 1250389857,
            "stop": 1250389862
        },
        {
            "start": 1250389867,
            "stop": 1250389892
        }
    ]
}