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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=291",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 292,
    "results": [
        {
            "start": 831798283,
            "stop": 831798463
        },
        {
            "start": 831799337,
            "stop": 831801227
        },
        {
            "start": 831801377,
            "stop": 831806657
        },
        {
            "start": 831807618,
            "stop": 831810198
        },
        {
            "start": 831811303,
            "stop": 831811843
        },
        {
            "start": 831856536,
            "stop": 831856596
        },
        {
            "start": 831858323,
            "stop": 831858503
        },
        {
            "start": 831859897,
            "stop": 831860467
        },
        {
            "start": 831864052,
            "stop": 831865372
        },
        {
            "start": 831865521,
            "stop": 831865761
        },
        {
            "start": 831865895,
            "stop": 831866015
        },
        {
            "start": 831866169,
            "stop": 831866889
        },
        {
            "start": 831867159,
            "stop": 831868899
        },
        {
            "start": 831869090,
            "stop": 831871010
        },
        {
            "start": 831877991,
            "stop": 831878231
        },
        {
            "start": 831878388,
            "stop": 831878448
        },
        {
            "start": 831878728,
            "stop": 831878848
        },
        {
            "start": 831879526,
            "stop": 831880126
        },
        {
            "start": 831880263,
            "stop": 831880323
        },
        {
            "start": 831881201,
            "stop": 831881681
        }
    ]
}