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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40708",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40709,
    "results": [
        {
            "start": 874945190,
            "stop": 874945194
        },
        {
            "start": 874945195,
            "stop": 874945207
        },
        {
            "start": 874945209,
            "stop": 874945217
        },
        {
            "start": 874945218,
            "stop": 874945247
        },
        {
            "start": 874945248,
            "stop": 874945251
        },
        {
            "start": 874945252,
            "stop": 874945312
        },
        {
            "start": 874945314,
            "stop": 874945348
        },
        {
            "start": 874945349,
            "stop": 874945376
        },
        {
            "start": 874945377,
            "stop": 874945385
        },
        {
            "start": 874945387,
            "stop": 874945407
        },
        {
            "start": 874945408,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953523
        },
        {
            "start": 874953524,
            "stop": 874953528
        },
        {
            "start": 874953529,
            "stop": 874953534
        },
        {
            "start": 874953537,
            "stop": 874953539
        },
        {
            "start": 874953600,
            "stop": 874953603
        },
        {
            "start": 874953605,
            "stop": 874953609
        },
        {
            "start": 874953610,
            "stop": 874953611
        },
        {
            "start": 874953612,
            "stop": 874953614
        },
        {
            "start": 874953615,
            "stop": 874953620
        }
    ]
}