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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=197",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 198,
    "results": [
        {
            "start": 931151930,
            "stop": 931151931
        },
        {
            "start": 931151933,
            "stop": 931151936
        },
        {
            "start": 931151937,
            "stop": 931151941
        },
        {
            "start": 931151942,
            "stop": 931151946
        },
        {
            "start": 931151948,
            "stop": 931151949
        },
        {
            "start": 931151952,
            "stop": 931151959
        },
        {
            "start": 931151961,
            "stop": 931151964
        },
        {
            "start": 931151965,
            "stop": 931151970
        },
        {
            "start": 931151977,
            "stop": 931151978
        },
        {
            "start": 931151980,
            "stop": 931151982
        },
        {
            "start": 931151983,
            "stop": 931151992
        },
        {
            "start": 931152000,
            "stop": 931152001
        },
        {
            "start": 931152004,
            "stop": 931152008
        },
        {
            "start": 931152010,
            "stop": 931152014
        },
        {
            "start": 931152017,
            "stop": 931152018
        },
        {
            "start": 931152021,
            "stop": 931152023
        },
        {
            "start": 931152027,
            "stop": 931152028
        },
        {
            "start": 931152029,
            "stop": 931152031
        },
        {
            "start": 931152034,
            "stop": 931152039
        },
        {
            "start": 931152042,
            "stop": 931152045
        }
    ]
}