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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3990",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3991,
    "results": [
        {
            "start": 874692818,
            "stop": 874693103
        },
        {
            "start": 874693104,
            "stop": 874693963
        },
        {
            "start": 874694196,
            "stop": 874694245
        },
        {
            "start": 874694246,
            "stop": 874694315
        },
        {
            "start": 874694317,
            "stop": 874694380
        },
        {
            "start": 874694381,
            "stop": 874694758
        },
        {
            "start": 874694759,
            "stop": 874694959
        },
        {
            "start": 874694961,
            "stop": 874695535
        },
        {
            "start": 874695536,
            "stop": 874695672
        },
        {
            "start": 874695675,
            "stop": 874695677
        },
        {
            "start": 874695680,
            "stop": 874695720
        },
        {
            "start": 874695721,
            "stop": 874696310
        },
        {
            "start": 874696311,
            "stop": 874696377
        },
        {
            "start": 874696379,
            "stop": 874696652
        },
        {
            "start": 874696653,
            "stop": 874696786
        },
        {
            "start": 874696787,
            "stop": 874696980
        },
        {
            "start": 874696983,
            "stop": 874696984
        },
        {
            "start": 874696989,
            "stop": 874697011
        },
        {
            "start": 874697014,
            "stop": 874697109
        },
        {
            "start": 874697110,
            "stop": 874697406
        }
    ]
}