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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=24",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 25,
    "results": [
        {
            "start": 1380720109,
            "stop": 1380759916
        },
        {
            "start": 1380760001,
            "stop": 1380767485
        },
        {
            "start": 1380775606,
            "stop": 1380784246
        },
        {
            "start": 1380788279,
            "stop": 1380853382
        },
        {
            "start": 1380857378,
            "stop": 1380863768
        },
        {
            "start": 1380867753,
            "stop": 1380907592
        },
        {
            "start": 1380911946,
            "stop": 1380917791
        },
        {
            "start": 1380923211,
            "stop": 1380982950
        },
        {
            "start": 1380984045,
            "stop": 1380984316
        },
        {
            "start": 1381006750,
            "stop": 1381007110
        },
        {
            "start": 1381007122,
            "stop": 1381023846
        },
        {
            "start": 1381032869,
            "stop": 1381046905
        },
        {
            "start": 1381054280,
            "stop": 1381071741
        },
        {
            "start": 1381076538,
            "stop": 1381086472
        },
        {
            "start": 1381114506,
            "stop": 1381116207
        },
        {
            "start": 1381120002,
            "stop": 1381122624
        },
        {
            "start": 1381125911,
            "stop": 1381161671
        },
        {
            "start": 1381172977,
            "stop": 1381188191
        },
        {
            "start": 1381192221,
            "stop": 1381227541
        },
        {
            "start": 1381232332,
            "stop": 1381248349
        }
    ]
}