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=732
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=733",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=731",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 732,
    "results": [
        {
            "start": 1249013358,
            "stop": 1249013360
        },
        {
            "start": 1249013365,
            "stop": 1249013461
        },
        {
            "start": 1249013465,
            "stop": 1249013515
        },
        {
            "start": 1249013518,
            "stop": 1249013523
        },
        {
            "start": 1249013526,
            "stop": 1249013557
        },
        {
            "start": 1249013558,
            "stop": 1249013568
        },
        {
            "start": 1249013577,
            "stop": 1249013578
        },
        {
            "start": 1249013580,
            "stop": 1249013583
        },
        {
            "start": 1249013586,
            "stop": 1249013587
        },
        {
            "start": 1249013589,
            "stop": 1249013602
        },
        {
            "start": 1249013603,
            "stop": 1249013606
        },
        {
            "start": 1249013609,
            "stop": 1249013611
        },
        {
            "start": 1249013613,
            "stop": 1249013629
        },
        {
            "start": 1249013633,
            "stop": 1249013643
        },
        {
            "start": 1249013645,
            "stop": 1249013646
        },
        {
            "start": 1249013650,
            "stop": 1249013690
        },
        {
            "start": 1249013695,
            "stop": 1249013909
        },
        {
            "start": 1249013910,
            "stop": 1249014823
        },
        {
            "start": 1249014826,
            "stop": 1249014829
        },
        {
            "start": 1249014833,
            "stop": 1249014844
        }
    ]
}