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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=77",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 78,
    "results": [
        {
            "start": 819853473,
            "stop": 819853533
        },
        {
            "start": 819853914,
            "stop": 819853974
        },
        {
            "start": 819855438,
            "stop": 819855498
        },
        {
            "start": 819855859,
            "stop": 819855919
        },
        {
            "start": 819856936,
            "stop": 819856996
        },
        {
            "start": 819857180,
            "stop": 819857300
        },
        {
            "start": 819857460,
            "stop": 819857520
        },
        {
            "start": 819858015,
            "stop": 819858075
        },
        {
            "start": 819859452,
            "stop": 819859572
        },
        {
            "start": 819859992,
            "stop": 819860052
        },
        {
            "start": 819860576,
            "stop": 819860756
        },
        {
            "start": 819860923,
            "stop": 819861343
        },
        {
            "start": 819861530,
            "stop": 819861650
        },
        {
            "start": 819862206,
            "stop": 819862266
        },
        {
            "start": 819862886,
            "stop": 819863006
        },
        {
            "start": 819863155,
            "stop": 819863455
        },
        {
            "start": 819864882,
            "stop": 819865122
        },
        {
            "start": 819866166,
            "stop": 819866286
        },
        {
            "start": 819866537,
            "stop": 819866657
        },
        {
            "start": 819867480,
            "stop": 819867600
        }
    ]
}