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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=372",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 373,
    "results": [
        {
            "start": 821760637,
            "stop": 821760655
        },
        {
            "start": 821760658,
            "stop": 821760659
        },
        {
            "start": 821760662,
            "stop": 821760664
        },
        {
            "start": 821760667,
            "stop": 821760673
        },
        {
            "start": 821760678,
            "stop": 821760685
        },
        {
            "start": 821760692,
            "stop": 821760708
        },
        {
            "start": 821760711,
            "stop": 821760715
        },
        {
            "start": 821760724,
            "stop": 821760729
        },
        {
            "start": 821760744,
            "stop": 821760745
        },
        {
            "start": 821760749,
            "stop": 821760753
        },
        {
            "start": 821760756,
            "stop": 821760764
        },
        {
            "start": 821760767,
            "stop": 821760773
        },
        {
            "start": 821760778,
            "stop": 821760779
        },
        {
            "start": 821760782,
            "stop": 821760784
        },
        {
            "start": 821760787,
            "stop": 821760788
        },
        {
            "start": 821760791,
            "stop": 821760792
        },
        {
            "start": 821760799,
            "stop": 821760803
        },
        {
            "start": 821760806,
            "stop": 821760808
        },
        {
            "start": 821760812,
            "stop": 821760814
        },
        {
            "start": 821760817,
            "stop": 821760820
        }
    ]
}