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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=339",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 340,
    "results": [
        {
            "start": 931782629,
            "stop": 931782659
        },
        {
            "start": 931782663,
            "stop": 931782678
        },
        {
            "start": 931782680,
            "stop": 931782716
        },
        {
            "start": 931782718,
            "stop": 931782721
        },
        {
            "start": 931782722,
            "stop": 931782767
        },
        {
            "start": 931782770,
            "stop": 931782773
        },
        {
            "start": 931782776,
            "stop": 931782784
        },
        {
            "start": 931782786,
            "stop": 931782792
        },
        {
            "start": 931782794,
            "stop": 931782795
        },
        {
            "start": 931782798,
            "stop": 931782801
        },
        {
            "start": 931782803,
            "stop": 931782810
        },
        {
            "start": 931782811,
            "stop": 931782815
        },
        {
            "start": 931782816,
            "stop": 931782818
        },
        {
            "start": 931782820,
            "stop": 931782821
        },
        {
            "start": 931782822,
            "stop": 931782823
        },
        {
            "start": 931782825,
            "stop": 931782826
        },
        {
            "start": 931782828,
            "stop": 931782838
        },
        {
            "start": 931782839,
            "stop": 931782841
        },
        {
            "start": 931782844,
            "stop": 931782859
        },
        {
            "start": 931782861,
            "stop": 931782867
        }
    ]
}