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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=326",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 327,
    "results": [
        {
            "start": 847707850,
            "stop": 847707879
        },
        {
            "start": 847707881,
            "stop": 847707914
        },
        {
            "start": 847707915,
            "stop": 847707934
        },
        {
            "start": 847707935,
            "stop": 847707977
        },
        {
            "start": 847707978,
            "stop": 847708007
        },
        {
            "start": 847708008,
            "stop": 847708009
        },
        {
            "start": 847708010,
            "stop": 847708062
        },
        {
            "start": 847708063,
            "stop": 847708084
        },
        {
            "start": 847708085,
            "stop": 847708105
        },
        {
            "start": 847708106,
            "stop": 847708127
        },
        {
            "start": 847708128,
            "stop": 847708150
        },
        {
            "start": 847708151,
            "stop": 847708187
        },
        {
            "start": 847708188,
            "stop": 847708190
        },
        {
            "start": 847708191,
            "stop": 847708212
        },
        {
            "start": 847708213,
            "stop": 847708215
        },
        {
            "start": 847708216,
            "stop": 847708232
        },
        {
            "start": 847708234,
            "stop": 847708291
        },
        {
            "start": 847708292,
            "stop": 847708315
        },
        {
            "start": 847708316,
            "stop": 847708317
        },
        {
            "start": 847708319,
            "stop": 847708343
        }
    ]
}