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=1328
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=1329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1327",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1328,
    "results": [
        {
            "start": 843841520,
            "stop": 843841536
        },
        {
            "start": 843841544,
            "stop": 843841554
        },
        {
            "start": 843841557,
            "stop": 843841560
        },
        {
            "start": 843841565,
            "stop": 843841566
        },
        {
            "start": 843841569,
            "stop": 843841586
        },
        {
            "start": 843841589,
            "stop": 843841590
        },
        {
            "start": 843841593,
            "stop": 843841625
        },
        {
            "start": 843841631,
            "stop": 843841645
        },
        {
            "start": 843841648,
            "stop": 843841657
        },
        {
            "start": 843841660,
            "stop": 843841680
        },
        {
            "start": 843841685,
            "stop": 843841687
        },
        {
            "start": 843841690,
            "stop": 843841712
        },
        {
            "start": 843841715,
            "stop": 843841722
        },
        {
            "start": 843841730,
            "stop": 843841749
        },
        {
            "start": 843841752,
            "stop": 843841768
        },
        {
            "start": 843841771,
            "stop": 843841772
        },
        {
            "start": 843841775,
            "stop": 843841801
        },
        {
            "start": 843841804,
            "stop": 843841817
        },
        {
            "start": 843841820,
            "stop": 843841826
        },
        {
            "start": 843841832,
            "stop": 843841848
        }
    ]
}