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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=88",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 89,
    "results": [
        {
            "start": 826667008,
            "stop": 826667383
        },
        {
            "start": 826670429,
            "stop": 826673000
        },
        {
            "start": 826673003,
            "stop": 826681120
        },
        {
            "start": 826681152,
            "stop": 826681239
        },
        {
            "start": 826688264,
            "stop": 826693332
        },
        {
            "start": 826693335,
            "stop": 826695200
        },
        {
            "start": 826695232,
            "stop": 826700209
        },
        {
            "start": 826701367,
            "stop": 826702496
        },
        {
            "start": 826702528,
            "stop": 826702907
        },
        {
            "start": 826702908,
            "stop": 826702942
        },
        {
            "start": 826702943,
            "stop": 826709173
        },
        {
            "start": 826710267,
            "stop": 826717513
        },
        {
            "start": 826718191,
            "stop": 826718262
        },
        {
            "start": 826719448,
            "stop": 826722208
        },
        {
            "start": 826722240,
            "stop": 826724353
        },
        {
            "start": 826725361,
            "stop": 826727488
        },
        {
            "start": 826727520,
            "stop": 826730473
        },
        {
            "start": 826733464,
            "stop": 826740928
        },
        {
            "start": 826740960,
            "stop": 826744873
        },
        {
            "start": 826747456,
            "stop": 826758688
        }
    ]
}