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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=202",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 203,
    "results": [
        {
            "start": 826599455,
            "stop": 826599755
        },
        {
            "start": 826601068,
            "stop": 826601128
        },
        {
            "start": 826601373,
            "stop": 826601763
        },
        {
            "start": 826602089,
            "stop": 826602209
        },
        {
            "start": 826602363,
            "stop": 826602423
        },
        {
            "start": 826603830,
            "stop": 826604250
        },
        {
            "start": 826604693,
            "stop": 826604873
        },
        {
            "start": 826604903,
            "stop": 826605743
        },
        {
            "start": 826605904,
            "stop": 826606294
        },
        {
            "start": 826606477,
            "stop": 826607497
        },
        {
            "start": 826607642,
            "stop": 826608302
        },
        {
            "start": 826608600,
            "stop": 826609590
        },
        {
            "start": 826609753,
            "stop": 826609903
        },
        {
            "start": 826609933,
            "stop": 826610683
        },
        {
            "start": 826610713,
            "stop": 826611193
        },
        {
            "start": 826611223,
            "stop": 826611343
        },
        {
            "start": 826611403,
            "stop": 826611793
        },
        {
            "start": 826611853,
            "stop": 826612333
        },
        {
            "start": 826612579,
            "stop": 826612909
        },
        {
            "start": 826612939,
            "stop": 826613389
        }
    ]
}