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=663
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=664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=662",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 663,
    "results": [
        {
            "start": 852984328,
            "stop": 852985198
        },
        {
            "start": 852985348,
            "stop": 852985558
        },
        {
            "start": 852985924,
            "stop": 852986134
        },
        {
            "start": 852986164,
            "stop": 852986314
        },
        {
            "start": 852986344,
            "stop": 852986704
        },
        {
            "start": 852986862,
            "stop": 852986922
        },
        {
            "start": 852988565,
            "stop": 852988685
        },
        {
            "start": 852988805,
            "stop": 852989105
        },
        {
            "start": 852989278,
            "stop": 852989608
        },
        {
            "start": 852989830,
            "stop": 852989980
        },
        {
            "start": 852990130,
            "stop": 852990790
        },
        {
            "start": 852990952,
            "stop": 852991192
        },
        {
            "start": 852991381,
            "stop": 852991441
        },
        {
            "start": 852991531,
            "stop": 852991831
        },
        {
            "start": 852991997,
            "stop": 852992537
        },
        {
            "start": 852992693,
            "stop": 852992873
        },
        {
            "start": 852993048,
            "stop": 852993708
        },
        {
            "start": 852993738,
            "stop": 852993798
        },
        {
            "start": 852993828,
            "stop": 852994188
        },
        {
            "start": 852994361,
            "stop": 852995021
        }
    ]
}