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=927
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=928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=926",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 927,
    "results": [
        {
            "start": 869476747,
            "stop": 869489407
        },
        {
            "start": 869490034,
            "stop": 869492074
        },
        {
            "start": 869498423,
            "stop": 869499983
        },
        {
            "start": 869500438,
            "stop": 869502718
        },
        {
            "start": 869504710,
            "stop": 869505130
        },
        {
            "start": 869508354,
            "stop": 869509134
        },
        {
            "start": 869512161,
            "stop": 869512341
        },
        {
            "start": 869512494,
            "stop": 869512614
        },
        {
            "start": 869512767,
            "stop": 869512887
        },
        {
            "start": 869513037,
            "stop": 869516067
        },
        {
            "start": 869516884,
            "stop": 869518684
        },
        {
            "start": 869518940,
            "stop": 869520560
        },
        {
            "start": 869520844,
            "stop": 869521384
        },
        {
            "start": 869521525,
            "stop": 869522005
        },
        {
            "start": 869522942,
            "stop": 869524202
        },
        {
            "start": 869526234,
            "stop": 869528814
        },
        {
            "start": 869529015,
            "stop": 869532165
        },
        {
            "start": 869532315,
            "stop": 869535495
        },
        {
            "start": 869543057,
            "stop": 869546957
        },
        {
            "start": 869547184,
            "stop": 869547364
        }
    ]
}