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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=238",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 239,
    "results": [
        {
            "start": 931462685,
            "stop": 931462687
        },
        {
            "start": 931462689,
            "stop": 931462698
        },
        {
            "start": 931462700,
            "stop": 931462703
        },
        {
            "start": 931462705,
            "stop": 931462717
        },
        {
            "start": 931462719,
            "stop": 931462742
        },
        {
            "start": 931462744,
            "stop": 931462756
        },
        {
            "start": 931462758,
            "stop": 931462765
        },
        {
            "start": 931462767,
            "stop": 931462771
        },
        {
            "start": 931462773,
            "stop": 931462796
        },
        {
            "start": 931462798,
            "stop": 931462815
        },
        {
            "start": 931462817,
            "stop": 931462857
        },
        {
            "start": 931462859,
            "stop": 931462907
        },
        {
            "start": 931462909,
            "stop": 931462911
        },
        {
            "start": 931462913,
            "stop": 931462919
        },
        {
            "start": 931462921,
            "stop": 931462924
        },
        {
            "start": 931462926,
            "stop": 931462948
        },
        {
            "start": 931462950,
            "stop": 931462957
        },
        {
            "start": 931462959,
            "stop": 931462982
        },
        {
            "start": 931462984,
            "stop": 931462986
        },
        {
            "start": 931462988,
            "stop": 931462991
        }
    ]
}