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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=18",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 19,
    "results": [
        {
            "start": 817103301,
            "stop": 817105287
        },
        {
            "start": 817105289,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817125843
        },
        {
            "start": 817125846,
            "stop": 817133317
        },
        {
            "start": 817133320,
            "stop": 817136467
        },
        {
            "start": 817136469,
            "stop": 817139483
        },
        {
            "start": 817139486,
            "stop": 817166331
        },
        {
            "start": 817166333,
            "stop": 817174279
        },
        {
            "start": 817174281,
            "stop": 817180251
        },
        {
            "start": 817180253,
            "stop": 817184235
        },
        {
            "start": 817184238,
            "stop": 817196849
        },
        {
            "start": 817196852,
            "stop": 817202163
        },
        {
            "start": 817202165,
            "stop": 817208143
        },
        {
            "start": 817208146,
            "stop": 817214788
        },
        {
            "start": 817214791,
            "stop": 817218778
        },
        {
            "start": 817218781,
            "stop": 817219442
        },
        {
            "start": 817219445,
            "stop": 817224714
        },
        {
            "start": 817227569,
            "stop": 817231407
        },
        {
            "start": 817231409,
            "stop": 817231993
        },
        {
            "start": 817239373,
            "stop": 817242035
        }
    ]
}