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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=314",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 315,
    "results": [
        {
            "start": 833388792,
            "stop": 833388912
        },
        {
            "start": 833389123,
            "stop": 833389183
        },
        {
            "start": 833389431,
            "stop": 833389551
        },
        {
            "start": 833390042,
            "stop": 833390102
        },
        {
            "start": 833390263,
            "stop": 833390383
        },
        {
            "start": 833390774,
            "stop": 833390834
        },
        {
            "start": 833390988,
            "stop": 833391048
        },
        {
            "start": 833392160,
            "stop": 833392280
        },
        {
            "start": 833392871,
            "stop": 833392931
        },
        {
            "start": 833397034,
            "stop": 833397154
        },
        {
            "start": 833397489,
            "stop": 833397669
        },
        {
            "start": 833399370,
            "stop": 833399550
        },
        {
            "start": 833400170,
            "stop": 833400230
        },
        {
            "start": 833400407,
            "stop": 833400707
        },
        {
            "start": 833400971,
            "stop": 833401091
        },
        {
            "start": 833402221,
            "stop": 833402281
        },
        {
            "start": 833402748,
            "stop": 833402868
        },
        {
            "start": 833403491,
            "stop": 833403551
        },
        {
            "start": 833404351,
            "stop": 833404711
        },
        {
            "start": 833404980,
            "stop": 833405040
        }
    ]
}