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=975
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=976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=974",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 975,
    "results": [
        {
            "start": 872277100,
            "stop": 872277340
        },
        {
            "start": 872277596,
            "stop": 872277656
        },
        {
            "start": 872277855,
            "stop": 872278635
        },
        {
            "start": 872278790,
            "stop": 872279330
        },
        {
            "start": 872279695,
            "stop": 872280895
        },
        {
            "start": 872283912,
            "stop": 872283972
        },
        {
            "start": 872284378,
            "stop": 872284558
        },
        {
            "start": 872285028,
            "stop": 872285268
        },
        {
            "start": 872285423,
            "stop": 872285483
        },
        {
            "start": 872286564,
            "stop": 872286624
        },
        {
            "start": 872286791,
            "stop": 872286851
        },
        {
            "start": 872287052,
            "stop": 872287172
        },
        {
            "start": 872287428,
            "stop": 872287728
        },
        {
            "start": 872289745,
            "stop": 872291905
        },
        {
            "start": 872292079,
            "stop": 872293939
        },
        {
            "start": 872294083,
            "stop": 872295703
        },
        {
            "start": 872295850,
            "stop": 872295970
        },
        {
            "start": 872296765,
            "stop": 872297665
        },
        {
            "start": 872298150,
            "stop": 872298630
        },
        {
            "start": 872299110,
            "stop": 872299470
        }
    ]
}