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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=377",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 378,
    "results": [
        {
            "start": 821761598,
            "stop": 821761610
        },
        {
            "start": 821761613,
            "stop": 821761615
        },
        {
            "start": 821761618,
            "stop": 821761619
        },
        {
            "start": 821761622,
            "stop": 821761627
        },
        {
            "start": 821761630,
            "stop": 821761632
        },
        {
            "start": 821761638,
            "stop": 821761639
        },
        {
            "start": 821761648,
            "stop": 821761649
        },
        {
            "start": 821761652,
            "stop": 821761657
        },
        {
            "start": 821761662,
            "stop": 821761664
        },
        {
            "start": 821761667,
            "stop": 821761668
        },
        {
            "start": 821761675,
            "stop": 821761686
        },
        {
            "start": 821761689,
            "stop": 821761709
        },
        {
            "start": 821761712,
            "stop": 821761719
        },
        {
            "start": 821761725,
            "stop": 821761729
        },
        {
            "start": 821761732,
            "stop": 821761733
        },
        {
            "start": 821761742,
            "stop": 821761751
        },
        {
            "start": 821761754,
            "stop": 821761755
        },
        {
            "start": 821761759,
            "stop": 821761765
        },
        {
            "start": 821761774,
            "stop": 821761778
        },
        {
            "start": 821761781,
            "stop": 821761783
        }
    ]
}