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=40596
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=40597",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40595",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40596,
    "results": [
        {
            "start": 874881806,
            "stop": 874881814
        },
        {
            "start": 874881816,
            "stop": 874881827
        },
        {
            "start": 874881828,
            "stop": 874881831
        },
        {
            "start": 874881832,
            "stop": 874881849
        },
        {
            "start": 874881850,
            "stop": 874881851
        },
        {
            "start": 874881852,
            "stop": 874882009
        },
        {
            "start": 874882010,
            "stop": 874882016
        },
        {
            "start": 874882017,
            "stop": 874882027
        },
        {
            "start": 874882029,
            "stop": 874882034
        },
        {
            "start": 874882036,
            "stop": 874882063
        },
        {
            "start": 874882066,
            "stop": 874882069
        },
        {
            "start": 874882070,
            "stop": 874882097
        },
        {
            "start": 874882099,
            "stop": 874882102
        },
        {
            "start": 874882103,
            "stop": 874882161
        },
        {
            "start": 874882162,
            "stop": 874882182
        },
        {
            "start": 874882183,
            "stop": 874882193
        },
        {
            "start": 874882195,
            "stop": 874882225
        },
        {
            "start": 874882226,
            "stop": 874882242
        },
        {
            "start": 874882244,
            "stop": 874882247
        },
        {
            "start": 874882248,
            "stop": 874882250
        }
    ]
}