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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=306",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 307,
    "results": [
        {
            "start": 832779698,
            "stop": 832780118
        },
        {
            "start": 832780287,
            "stop": 832780437
        },
        {
            "start": 832780587,
            "stop": 832780647
        },
        {
            "start": 832780937,
            "stop": 832781117
        },
        {
            "start": 832781571,
            "stop": 832781691
        },
        {
            "start": 832781865,
            "stop": 832781985
        },
        {
            "start": 832782141,
            "stop": 832782261
        },
        {
            "start": 832782892,
            "stop": 832783072
        },
        {
            "start": 832783394,
            "stop": 832783634
        },
        {
            "start": 832784278,
            "stop": 832784518
        },
        {
            "start": 832784653,
            "stop": 832785073
        },
        {
            "start": 832785500,
            "stop": 832785800
        },
        {
            "start": 832786020,
            "stop": 832786080
        },
        {
            "start": 832786247,
            "stop": 832786607
        },
        {
            "start": 832786826,
            "stop": 832786886
        },
        {
            "start": 832787044,
            "stop": 832787704
        },
        {
            "start": 832787965,
            "stop": 832788085
        },
        {
            "start": 832788238,
            "stop": 832789438
        },
        {
            "start": 832790138,
            "stop": 832790198
        },
        {
            "start": 832794143,
            "stop": 832795283
        }
    ]
}