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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=283",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 284,
    "results": [
        {
            "start": 831481421,
            "stop": 831481541
        },
        {
            "start": 831481718,
            "stop": 831482258
        },
        {
            "start": 831482427,
            "stop": 831482727
        },
        {
            "start": 831482877,
            "stop": 831483057
        },
        {
            "start": 831485038,
            "stop": 831485218
        },
        {
            "start": 831486285,
            "stop": 831486345
        },
        {
            "start": 831486518,
            "stop": 831486578
        },
        {
            "start": 831487126,
            "stop": 831487246
        },
        {
            "start": 831487922,
            "stop": 831487982
        },
        {
            "start": 831488135,
            "stop": 831488195
        },
        {
            "start": 831490214,
            "stop": 831490454
        },
        {
            "start": 831505997,
            "stop": 831506177
        },
        {
            "start": 831506972,
            "stop": 831507092
        },
        {
            "start": 831507251,
            "stop": 831507671
        },
        {
            "start": 831508700,
            "stop": 831509180
        },
        {
            "start": 831509491,
            "stop": 831509671
        },
        {
            "start": 831510085,
            "stop": 831510145
        },
        {
            "start": 831510321,
            "stop": 831510441
        },
        {
            "start": 831511801,
            "stop": 831512221
        },
        {
            "start": 831512506,
            "stop": 831513346
        }
    ]
}