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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=373",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 374,
    "results": [
        {
            "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
        },
        {
            "start": 821760823,
            "stop": 821760826
        },
        {
            "start": 821760844,
            "stop": 821760856
        },
        {
            "start": 821760859,
            "stop": 821760867
        },
        {
            "start": 821760870,
            "stop": 821760875
        },
        {
            "start": 821760878,
            "stop": 821760882
        },
        {
            "start": 821760885,
            "stop": 821760888
        },
        {
            "start": 821760891,
            "stop": 821760892
        },
        {
            "start": 821760895,
            "stop": 821760899
        },
        {
            "start": 821760903,
            "stop": 821760911
        }
    ]
}