Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=54
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_H2L1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=53",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 54,
    "results": [
        {
            "start": 818973166,
            "stop": 818973286
        },
        {
            "start": 818973784,
            "stop": 818973844
        },
        {
            "start": 818974858,
            "stop": 818974918
        },
        {
            "start": 818975373,
            "stop": 818975553
        },
        {
            "start": 818975706,
            "stop": 818975766
        },
        {
            "start": 818976025,
            "stop": 818977195
        },
        {
            "start": 818977345,
            "stop": 818978005
        },
        {
            "start": 818978163,
            "stop": 818978943
        },
        {
            "start": 818979116,
            "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": 819002286
        },
        {
            "start": 819002376,
            "stop": 819003576
        },
        {
            "start": 819004325,
            "stop": 819007625
        },
        {
            "start": 819008345,
            "stop": 819009065
        }
    ]
}