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=14084
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=14085",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14083",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14084,
    "results": [
        {
            "start": 971157606,
            "stop": 971157610
        },
        {
            "start": 971157611,
            "stop": 971157612
        },
        {
            "start": 971157620,
            "stop": 971157621
        },
        {
            "start": 971157627,
            "stop": 971157630
        },
        {
            "start": 971157633,
            "stop": 971157634
        },
        {
            "start": 971157636,
            "stop": 971157640
        },
        {
            "start": 971157648,
            "stop": 971157649
        },
        {
            "start": 971157650,
            "stop": 971157654
        },
        {
            "start": 971157655,
            "stop": 971157659
        },
        {
            "start": 971157664,
            "stop": 971157666
        },
        {
            "start": 971157667,
            "stop": 971157668
        },
        {
            "start": 971157672,
            "stop": 971157680
        },
        {
            "start": 971157682,
            "stop": 971157683
        },
        {
            "start": 971157684,
            "stop": 971157685
        },
        {
            "start": 971157686,
            "stop": 971157690
        },
        {
            "start": 971157691,
            "stop": 971157692
        },
        {
            "start": 971157694,
            "stop": 971157695
        },
        {
            "start": 971157697,
            "stop": 971157698
        },
        {
            "start": 971157700,
            "stop": 971157701
        },
        {
            "start": 971157706,
            "stop": 971157709
        }
    ]
}