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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14087",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14085",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14086,
    "results": [
        {
            "start": 971157836,
            "stop": 971157837
        },
        {
            "start": 971157839,
            "stop": 971157840
        },
        {
            "start": 971157841,
            "stop": 971157842
        },
        {
            "start": 971157843,
            "stop": 971157847
        },
        {
            "start": 971157848,
            "stop": 971157849
        },
        {
            "start": 971157853,
            "stop": 971157855
        },
        {
            "start": 971157858,
            "stop": 971157863
        },
        {
            "start": 971157866,
            "stop": 971157867
        },
        {
            "start": 971157871,
            "stop": 971157874
        },
        {
            "start": 971157880,
            "stop": 971157881
        },
        {
            "start": 971157883,
            "stop": 971157884
        },
        {
            "start": 971157886,
            "stop": 971157890
        },
        {
            "start": 971157894,
            "stop": 971157897
        },
        {
            "start": 971157899,
            "stop": 971157902
        },
        {
            "start": 971157905,
            "stop": 971157908
        },
        {
            "start": 971157909,
            "stop": 971157910
        },
        {
            "start": 971157911,
            "stop": 971157917
        },
        {
            "start": 971157919,
            "stop": 971157920
        },
        {
            "start": 971157921,
            "stop": 971157922
        },
        {
            "start": 971157926,
            "stop": 971157930
        }
    ]
}