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/L1_STOCH_CAT2_H1L1/segments?format=api&page=50
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=49",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 50,
    "results": [
        {
            "start": 818975373,
            "stop": 818975553
        },
        {
            "start": 818975706,
            "stop": 818975766
        },
        {
            "start": 818976025,
            "stop": 818977195
        },
        {
            "start": 818977345,
            "stop": 818978005
        },
        {
            "start": 818978163,
            "stop": 818978943
        },
        {
            "start": 818979116,
            "stop": 818980526
        },
        {
            "start": 818980586,
            "stop": 818981096
        },
        {
            "start": 818981126,
            "stop": 818984336
        },
        {
            "start": 818984703,
            "stop": 818986743
        },
        {
            "start": 818987371,
            "stop": 818987551
        },
        {
            "start": 818987703,
            "stop": 818990703
        },
        {
            "start": 818990849,
            "stop": 818991689
        },
        {
            "start": 818999430,
            "stop": 818999490
        },
        {
            "start": 819000383,
            "stop": 819000683
        },
        {
            "start": 819000950,
            "stop": 819001010
        },
        {
            "start": 819001176,
            "stop": 819002226
        },
        {
            "start": 819002316,
            "stop": 819003576
        },
        {
            "start": 819004325,
            "stop": 819007625
        },
        {
            "start": 819008345,
            "stop": 819009065
        },
        {
            "start": 819009530,
            "stop": 819012770
        }
    ]
}