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=811
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=812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=810",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 811,
    "results": [
        {
            "start": 862086225,
            "stop": 862086285
        },
        {
            "start": 862086345,
            "stop": 862086915
        },
        {
            "start": 862088248,
            "stop": 862089268
        },
        {
            "start": 862089846,
            "stop": 862092426
        },
        {
            "start": 862092486,
            "stop": 862094646
        },
        {
            "start": 862128200,
            "stop": 862130180
        },
        {
            "start": 862130350,
            "stop": 862130950
        },
        {
            "start": 862131100,
            "stop": 862131910
        },
        {
            "start": 862132060,
            "stop": 862134010
        },
        {
            "start": 862134210,
            "stop": 862139730
        },
        {
            "start": 862143932,
            "stop": 862146812
        },
        {
            "start": 862146962,
            "stop": 862148912
        },
        {
            "start": 862150691,
            "stop": 862151171
        },
        {
            "start": 862151521,
            "stop": 862151881
        },
        {
            "start": 862152090,
            "stop": 862153950
        },
        {
            "start": 862154172,
            "stop": 862155132
        },
        {
            "start": 862155389,
            "stop": 862158149
        },
        {
            "start": 862158295,
            "stop": 862158355
        },
        {
            "start": 862162582,
            "stop": 862163122
        },
        {
            "start": 862166525,
            "stop": 862167005
        }
    ]
}