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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=105",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 106,
    "results": [
        {
            "start": 828181661,
            "stop": 828182088
        },
        {
            "start": 828182779,
            "stop": 828185893
        },
        {
            "start": 828186704,
            "stop": 828186793
        },
        {
            "start": 828187587,
            "stop": 828190746
        },
        {
            "start": 828191486,
            "stop": 828191773
        },
        {
            "start": 828222067,
            "stop": 828224953
        },
        {
            "start": 828230103,
            "stop": 828233653
        },
        {
            "start": 828242698,
            "stop": 828247648
        },
        {
            "start": 828247680,
            "stop": 828247808
        },
        {
            "start": 828247840,
            "stop": 828249088
        },
        {
            "start": 828249120,
            "stop": 828254336
        },
        {
            "start": 828254368,
            "stop": 828255328
        },
        {
            "start": 828255776,
            "stop": 828257696
        },
        {
            "start": 828257728,
            "stop": 828259744
        },
        {
            "start": 828259776,
            "stop": 828261248
        },
        {
            "start": 828261280,
            "stop": 828261536
        },
        {
            "start": 828261568,
            "stop": 828265870
        },
        {
            "start": 828266890,
            "stop": 828267456
        },
        {
            "start": 828267488,
            "stop": 828267968
        },
        {
            "start": 828268000,
            "stop": 828269120
        }
    ]
}