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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=258",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 259,
    "results": [
        {
            "start": 931165740,
            "stop": 931165744
        },
        {
            "start": 931165746,
            "stop": 931165750
        },
        {
            "start": 931165752,
            "stop": 931165753
        },
        {
            "start": 931165757,
            "stop": 931165758
        },
        {
            "start": 931165759,
            "stop": 931165763
        },
        {
            "start": 931165764,
            "stop": 931165767
        },
        {
            "start": 931165768,
            "stop": 931165770
        },
        {
            "start": 931165771,
            "stop": 931165774
        },
        {
            "start": 931165775,
            "stop": 931165784
        },
        {
            "start": 931165787,
            "stop": 931165790
        },
        {
            "start": 931165791,
            "stop": 931165792
        },
        {
            "start": 931165794,
            "stop": 931165797
        },
        {
            "start": 931165798,
            "stop": 931165801
        },
        {
            "start": 931165803,
            "stop": 931165806
        },
        {
            "start": 931165808,
            "stop": 931165815
        },
        {
            "start": 931165816,
            "stop": 931165819
        },
        {
            "start": 931165822,
            "stop": 931165824
        },
        {
            "start": 931165829,
            "stop": 931165831
        },
        {
            "start": 931165832,
            "stop": 931165835
        },
        {
            "start": 931165836,
            "stop": 931165837
        }
    ]
}