Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1051
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=1052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1050",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1051,
    "results": [
        {
            "start": 874694829,
            "stop": 874694889
        },
        {
            "start": 874695038,
            "stop": 874695458
        },
        {
            "start": 874695806,
            "stop": 874695866
        },
        {
            "start": 874697198,
            "stop": 874697318
        },
        {
            "start": 874698183,
            "stop": 874698963
        },
        {
            "start": 874699545,
            "stop": 874699605
        },
        {
            "start": 874699745,
            "stop": 874700045
        },
        {
            "start": 874703462,
            "stop": 874703822
        },
        {
            "start": 874703970,
            "stop": 874706670
        },
        {
            "start": 874707861,
            "stop": 874712061
        },
        {
            "start": 874712616,
            "stop": 874713276
        },
        {
            "start": 874713450,
            "stop": 874720350
        },
        {
            "start": 874720571,
            "stop": 874727591
        },
        {
            "start": 874727748,
            "stop": 874728498
        },
        {
            "start": 874728528,
            "stop": 874728648
        },
        {
            "start": 874728678,
            "stop": 874734258
        },
        {
            "start": 874734288,
            "stop": 874734408
        },
        {
            "start": 874734438,
            "stop": 874736028
        },
        {
            "start": 874736228,
            "stop": 874736828
        },
        {
            "start": 874736978,
            "stop": 874739588
        }
    ]
}