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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=66",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 67,
    "results": [
        {
            "start": 823711812,
            "stop": 823711814
        },
        {
            "start": 823773073,
            "stop": 823773373
        },
        {
            "start": 823773427,
            "stop": 823773428
        },
        {
            "start": 823780393,
            "stop": 823784427
        },
        {
            "start": 823784430,
            "stop": 823784653
        },
        {
            "start": 823784672,
            "stop": 823784674
        },
        {
            "start": 823785433,
            "stop": 823785553
        },
        {
            "start": 823785578,
            "stop": 823785580
        },
        {
            "start": 823785853,
            "stop": 823789393
        },
        {
            "start": 823789417,
            "stop": 823789419
        },
        {
            "start": 823790233,
            "stop": 823792633
        },
        {
            "start": 823792679,
            "stop": 823792681
        },
        {
            "start": 823793593,
            "stop": 823800433
        },
        {
            "start": 823801453,
            "stop": 823803193
        },
        {
            "start": 823803197,
            "stop": 823803200
        },
        {
            "start": 823858273,
            "stop": 823862413
        },
        {
            "start": 823862464,
            "stop": 823862467
        },
        {
            "start": 823866493,
            "stop": 823870693
        },
        {
            "start": 823870753,
            "stop": 823870754
        },
        {
            "start": 823872553,
            "stop": 823873928
        }
    ]
}