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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=345",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 346,
    "results": [
        {
            "start": 824510839,
            "stop": 824510857
        },
        {
            "start": 824510860,
            "stop": 824510861
        },
        {
            "start": 824510864,
            "stop": 824510916
        },
        {
            "start": 824510919,
            "stop": 824510922
        },
        {
            "start": 824510928,
            "stop": 824510931
        },
        {
            "start": 824510935,
            "stop": 824510993
        },
        {
            "start": 824510996,
            "stop": 824511003
        },
        {
            "start": 824511006,
            "stop": 824511007
        },
        {
            "start": 824511013,
            "stop": 824511018
        },
        {
            "start": 824511021,
            "stop": 824511031
        },
        {
            "start": 824511034,
            "stop": 824511037
        },
        {
            "start": 824511041,
            "stop": 824511044
        },
        {
            "start": 824511225,
            "stop": 824511226
        },
        {
            "start": 824511229,
            "stop": 824511231
        },
        {
            "start": 824511234,
            "stop": 824511248
        },
        {
            "start": 824511261,
            "stop": 824511268
        },
        {
            "start": 824511271,
            "stop": 824511274
        },
        {
            "start": 824511277,
            "stop": 824511281
        },
        {
            "start": 824511284,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824524500
        }
    ]
}