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=834
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=835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=833",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 834,
    "results": [
        {
            "start": 863680245,
            "stop": 863681055
        },
        {
            "start": 863681205,
            "stop": 863683845
        },
        {
            "start": 863685552,
            "stop": 863689032
        },
        {
            "start": 863689244,
            "stop": 863694644
        },
        {
            "start": 863694861,
            "stop": 863700321
        },
        {
            "start": 863705267,
            "stop": 863705687
        },
        {
            "start": 863705903,
            "stop": 863705963
        },
        {
            "start": 863706398,
            "stop": 863707478
        },
        {
            "start": 863710766,
            "stop": 863712146
        },
        {
            "start": 863712176,
            "stop": 863713046
        },
        {
            "start": 863713256,
            "stop": 863713556
        },
        {
            "start": 863723182,
            "stop": 863728282
        },
        {
            "start": 863728492,
            "stop": 863728852
        },
        {
            "start": 863729436,
            "stop": 863733996
        },
        {
            "start": 863735885,
            "stop": 863740085
        },
        {
            "start": 863740289,
            "stop": 863748149
        },
        {
            "start": 863748363,
            "stop": 863750103
        },
        {
            "start": 863750841,
            "stop": 863754951
        },
        {
            "start": 863755071,
            "stop": 863755281
        },
        {
            "start": 863755463,
            "stop": 863759873
        }
    ]
}