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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1317",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1318,
    "results": [
        {
            "start": 843837362,
            "stop": 843837376
        },
        {
            "start": 843837379,
            "stop": 843837381
        },
        {
            "start": 843837384,
            "stop": 843837388
        },
        {
            "start": 843837391,
            "stop": 843837419
        },
        {
            "start": 843837425,
            "stop": 843837438
        },
        {
            "start": 843837442,
            "stop": 843837443
        },
        {
            "start": 843837450,
            "stop": 843837469
        },
        {
            "start": 843837475,
            "stop": 843837485
        },
        {
            "start": 843837488,
            "stop": 843837529
        },
        {
            "start": 843837532,
            "stop": 843837535
        },
        {
            "start": 843837540,
            "stop": 843837541
        },
        {
            "start": 843837544,
            "stop": 843837546
        },
        {
            "start": 843837552,
            "stop": 843837578
        },
        {
            "start": 843837584,
            "stop": 843837641
        },
        {
            "start": 843837644,
            "stop": 843837670
        },
        {
            "start": 843837673,
            "stop": 843837703
        },
        {
            "start": 843837706,
            "stop": 843837717
        },
        {
            "start": 843837720,
            "stop": 843837724
        },
        {
            "start": 843837727,
            "stop": 843837729
        },
        {
            "start": 843837733,
            "stop": 843837746
        }
    ]
}