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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=290",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 291,
    "results": [
        {
            "start": 869470680,
            "stop": 869470692
        },
        {
            "start": 869470702,
            "stop": 869470710
        },
        {
            "start": 869470720,
            "stop": 869470731
        },
        {
            "start": 869470741,
            "stop": 869470753
        },
        {
            "start": 869470761,
            "stop": 869470773
        },
        {
            "start": 869470783,
            "stop": 869470793
        },
        {
            "start": 869470801,
            "stop": 869470835
        },
        {
            "start": 869470842,
            "stop": 869470907
        },
        {
            "start": 869470917,
            "stop": 869470926
        },
        {
            "start": 869470939,
            "stop": 869470951
        },
        {
            "start": 869470963,
            "stop": 869470975
        },
        {
            "start": 869470993,
            "stop": 869470997
        },
        {
            "start": 869471009,
            "stop": 869471023
        },
        {
            "start": 869471033,
            "stop": 869471042
        },
        {
            "start": 869471053,
            "stop": 869471057
        },
        {
            "start": 869471070,
            "stop": 869471078
        },
        {
            "start": 869471088,
            "stop": 869471095
        },
        {
            "start": 869471108,
            "stop": 869471122
        },
        {
            "start": 869471133,
            "stop": 869471143
        },
        {
            "start": 869471153,
            "stop": 869471165
        }
    ]
}