Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6162
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6161",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6162,
    "results": [
        {
            "start": 874363340,
            "stop": 874363347
        },
        {
            "start": 874363350,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874366957
        },
        {
            "start": 874366959,
            "stop": 874367340
        },
        {
            "start": 874367342,
            "stop": 874368060
        },
        {
            "start": 874368061,
            "stop": 874368090
        },
        {
            "start": 874368091,
            "stop": 874368109
        },
        {
            "start": 874368110,
            "stop": 874368112
        },
        {
            "start": 874368113,
            "stop": 874368114
        },
        {
            "start": 874369185,
            "stop": 874373220
        },
        {
            "start": 874373640,
            "stop": 874373674
        },
        {
            "start": 874374724,
            "stop": 874376049
        },
        {
            "start": 874376050,
            "stop": 874376198
        },
        {
            "start": 874376199,
            "stop": 874376774
        },
        {
            "start": 874376778,
            "stop": 874376824
        },
        {
            "start": 874376827,
            "stop": 874377057
        },
        {
            "start": 874377060,
            "stop": 874377905
        },
        {
            "start": 874377907,
            "stop": 874378391
        },
        {
            "start": 874378392,
            "stop": 874378765
        },
        {
            "start": 874378767,
            "stop": 874379805
        }
    ]
}