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=1392
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=1393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1391",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1392,
    "results": [
        {
            "start": 843949688,
            "stop": 843990245
        },
        {
            "start": 843990364,
            "stop": 844020944
        },
        {
            "start": 844026247,
            "stop": 844027628
        },
        {
            "start": 844030158,
            "stop": 844036645
        },
        {
            "start": 844037886,
            "stop": 844095882
        },
        {
            "start": 844095889,
            "stop": 844096688
        },
        {
            "start": 844096691,
            "stop": 844097047
        },
        {
            "start": 844098965,
            "stop": 844100657
        },
        {
            "start": 844100665,
            "stop": 844103688
        },
        {
            "start": 844103694,
            "stop": 844103695
        },
        {
            "start": 844103698,
            "stop": 844103713
        },
        {
            "start": 844103717,
            "stop": 844103720
        },
        {
            "start": 844103730,
            "stop": 844103732
        },
        {
            "start": 844103744,
            "stop": 844112150
        },
        {
            "start": 844112153,
            "stop": 844112170
        },
        {
            "start": 844112182,
            "stop": 844112186
        },
        {
            "start": 844112196,
            "stop": 844118902
        },
        {
            "start": 844119151,
            "stop": 844119322
        },
        {
            "start": 844119325,
            "stop": 844120677
        },
        {
            "start": 844120680,
            "stop": 844120683
        }
    ]
}