Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=6",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 7,
    "results": [
        {
            "start": 815692761,
            "stop": 815696384
        },
        {
            "start": 815696387,
            "stop": 815700472
        },
        {
            "start": 815705428,
            "stop": 815708288
        },
        {
            "start": 815708291,
            "stop": 815708480
        },
        {
            "start": 815708512,
            "stop": 815712257
        },
        {
            "start": 815712260,
            "stop": 815717555
        },
        {
            "start": 815717558,
            "stop": 815725948
        },
        {
            "start": 815725951,
            "stop": 815726169
        },
        {
            "start": 815726172,
            "stop": 815731808
        },
        {
            "start": 815731840,
            "stop": 815733472
        },
        {
            "start": 815733504,
            "stop": 815734224
        },
        {
            "start": 815751076,
            "stop": 815752009
        },
        {
            "start": 815752012,
            "stop": 815752675
        },
        {
            "start": 815752677,
            "stop": 815762619
        },
        {
            "start": 815762621,
            "stop": 815766659
        },
        {
            "start": 815776688,
            "stop": 815782499
        },
        {
            "start": 815782502,
            "stop": 815785267
        },
        {
            "start": 815785269,
            "stop": 815787139
        },
        {
            "start": 815787141,
            "stop": 815788933
        },
        {
            "start": 815790062,
            "stop": 815791332
        }
    ]
}