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=978
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=979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=977",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 978,
    "results": [
        {
            "start": 872338048,
            "stop": 872338108
        },
        {
            "start": 872338282,
            "stop": 872338642
        },
        {
            "start": 872339432,
            "stop": 872339792
        },
        {
            "start": 872340180,
            "stop": 872340480
        },
        {
            "start": 872340647,
            "stop": 872341247
        },
        {
            "start": 872342052,
            "stop": 872342292
        },
        {
            "start": 872342458,
            "stop": 872342788
        },
        {
            "start": 872344332,
            "stop": 872344392
        },
        {
            "start": 872376031,
            "stop": 872376271
        },
        {
            "start": 872376422,
            "stop": 872376602
        },
        {
            "start": 872376754,
            "stop": 872376994
        },
        {
            "start": 872377197,
            "stop": 872377437
        },
        {
            "start": 872377741,
            "stop": 872377921
        },
        {
            "start": 872378147,
            "stop": 872378207
        },
        {
            "start": 872378462,
            "stop": 872378642
        },
        {
            "start": 872378792,
            "stop": 872379212
        },
        {
            "start": 872380104,
            "stop": 872380464
        },
        {
            "start": 872380968,
            "stop": 872381208
        },
        {
            "start": 872381612,
            "stop": 872381732
        },
        {
            "start": 872382078,
            "stop": 872382198
        }
    ]
}