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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=745",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 746,
    "results": [
        {
            "start": 855808882,
            "stop": 855810082
        },
        {
            "start": 855810291,
            "stop": 855810651
        },
        {
            "start": 855811492,
            "stop": 855811972
        },
        {
            "start": 855812122,
            "stop": 855812482
        },
        {
            "start": 855812818,
            "stop": 855813748
        },
        {
            "start": 855813808,
            "stop": 855814798
        },
        {
            "start": 855814957,
            "stop": 855815677
        },
        {
            "start": 855815818,
            "stop": 855818218
        },
        {
            "start": 855818386,
            "stop": 855820036
        },
        {
            "start": 855820182,
            "stop": 855820662
        },
        {
            "start": 855824708,
            "stop": 855825428
        },
        {
            "start": 855825591,
            "stop": 855827451
        },
        {
            "start": 855827604,
            "stop": 855828624
        },
        {
            "start": 855828792,
            "stop": 855828972
        },
        {
            "start": 855829127,
            "stop": 855829187
        },
        {
            "start": 855829328,
            "stop": 855829808
        },
        {
            "start": 855829954,
            "stop": 855830854
        },
        {
            "start": 855831006,
            "stop": 855831066
        },
        {
            "start": 855831409,
            "stop": 855832999
        },
        {
            "start": 855833126,
            "stop": 855833606
        }
    ]
}