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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3166",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3167,
    "results": [
        {
            "start": 869568480,
            "stop": 869571180
        },
        {
            "start": 869571240,
            "stop": 869572920
        },
        {
            "start": 869573100,
            "stop": 869576880
        },
        {
            "start": 869577000,
            "stop": 869579810
        },
        {
            "start": 869579818,
            "stop": 869579820
        },
        {
            "start": 869579940,
            "stop": 869580060
        },
        {
            "start": 869580180,
            "stop": 869580540
        },
        {
            "start": 869580600,
            "stop": 869581028
        },
        {
            "start": 869581033,
            "stop": 869581500
        },
        {
            "start": 869581560,
            "stop": 869583420
        },
        {
            "start": 869583995,
            "stop": 869584380
        },
        {
            "start": 869584440,
            "stop": 869584740
        },
        {
            "start": 869584800,
            "stop": 869584950
        },
        {
            "start": 869584955,
            "stop": 869584980
        },
        {
            "start": 869585040,
            "stop": 869585220
        },
        {
            "start": 869585340,
            "stop": 869585460
        },
        {
            "start": 869586780,
            "stop": 869586960
        },
        {
            "start": 869587020,
            "stop": 869587260
        },
        {
            "start": 869587380,
            "stop": 869588467
        },
        {
            "start": 869588470,
            "stop": 869588481
        }
    ]
}