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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=289",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 290,
    "results": [
        {
            "start": 869470161,
            "stop": 869470170
        },
        {
            "start": 869470179,
            "stop": 869470191
        },
        {
            "start": 869470197,
            "stop": 869470215
        },
        {
            "start": 869470223,
            "stop": 869470235
        },
        {
            "start": 869470243,
            "stop": 869470255
        },
        {
            "start": 869470267,
            "stop": 869470282
        },
        {
            "start": 869470288,
            "stop": 869470301
        },
        {
            "start": 869470310,
            "stop": 869470342
        },
        {
            "start": 869470354,
            "stop": 869470387
        },
        {
            "start": 869470390,
            "stop": 869470423
        },
        {
            "start": 869470433,
            "stop": 869470444
        },
        {
            "start": 869470453,
            "stop": 869470469
        },
        {
            "start": 869470476,
            "stop": 869470489
        },
        {
            "start": 869470497,
            "stop": 869470511
        },
        {
            "start": 869470519,
            "stop": 869470558
        },
        {
            "start": 869470563,
            "stop": 869470574
        },
        {
            "start": 869470585,
            "stop": 869470598
        },
        {
            "start": 869470608,
            "stop": 869470619
        },
        {
            "start": 869470627,
            "stop": 869470643
        },
        {
            "start": 869470649,
            "stop": 869470673
        }
    ]
}