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=781
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=782",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=780",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 781,
    "results": [
        {
            "start": 1249620343,
            "stop": 1249624564
        },
        {
            "start": 1249624569,
            "stop": 1249625066
        },
        {
            "start": 1249625070,
            "stop": 1249626028
        },
        {
            "start": 1249626030,
            "stop": 1249629692
        },
        {
            "start": 1249629764,
            "stop": 1249635738
        },
        {
            "start": 1249635743,
            "stop": 1249637143
        },
        {
            "start": 1249637148,
            "stop": 1249637156
        },
        {
            "start": 1249637161,
            "stop": 1249637184
        },
        {
            "start": 1249637189,
            "stop": 1249637226
        },
        {
            "start": 1249637230,
            "stop": 1249644170
        },
        {
            "start": 1249644174,
            "stop": 1249650117
        },
        {
            "start": 1249650120,
            "stop": 1249655999
        },
        {
            "start": 1249656002,
            "stop": 1249656690
        },
        {
            "start": 1249656693,
            "stop": 1249657056
        },
        {
            "start": 1249657059,
            "stop": 1249659643
        },
        {
            "start": 1249659646,
            "stop": 1249664577
        },
        {
            "start": 1249664582,
            "stop": 1249664726
        },
        {
            "start": 1249664730,
            "stop": 1249664743
        },
        {
            "start": 1249664748,
            "stop": 1249664964
        },
        {
            "start": 1249664968,
            "stop": 1249669182
        }
    ]
}