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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5211",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5209",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5210,
    "results": [
        {
            "start": 1136285508,
            "stop": 1136285511
        },
        {
            "start": 1136285513,
            "stop": 1136285582
        },
        {
            "start": 1136285584,
            "stop": 1136285595
        },
        {
            "start": 1136285597,
            "stop": 1136285621
        },
        {
            "start": 1136285623,
            "stop": 1136285625
        },
        {
            "start": 1136285627,
            "stop": 1136285633
        },
        {
            "start": 1136285635,
            "stop": 1136285639
        },
        {
            "start": 1136285641,
            "stop": 1136285707
        },
        {
            "start": 1136285709,
            "stop": 1136285730
        },
        {
            "start": 1136285732,
            "stop": 1136285747
        },
        {
            "start": 1136285749,
            "stop": 1136285757
        },
        {
            "start": 1136285759,
            "stop": 1136285775
        },
        {
            "start": 1136285777,
            "stop": 1136285780
        },
        {
            "start": 1136285782,
            "stop": 1136285806
        },
        {
            "start": 1136285808,
            "stop": 1136285844
        },
        {
            "start": 1136285846,
            "stop": 1136285865
        },
        {
            "start": 1136285867,
            "stop": 1136285939
        },
        {
            "start": 1136285941,
            "stop": 1136285950
        },
        {
            "start": 1136285952,
            "stop": 1136285964
        },
        {
            "start": 1136285966,
            "stop": 1136285972
        }
    ]
}