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/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=16",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 17,
    "results": [
        {
            "start": 934294840,
            "stop": 934299165
        },
        {
            "start": 934302076,
            "stop": 934307703
        },
        {
            "start": 934309513,
            "stop": 934312049
        },
        {
            "start": 934315699,
            "stop": 934319970
        },
        {
            "start": 934321640,
            "stop": 934332597
        },
        {
            "start": 934333611,
            "stop": 934337077
        },
        {
            "start": 934341532,
            "stop": 934348551
        },
        {
            "start": 934349542,
            "stop": 934350084
        },
        {
            "start": 934351875,
            "stop": 934374417
        },
        {
            "start": 934380729,
            "stop": 934409195
        },
        {
            "start": 934413129,
            "stop": 934444651
        },
        {
            "start": 934457174,
            "stop": 934480024
        },
        {
            "start": 934488006,
            "stop": 934503537
        },
        {
            "start": 934505241,
            "stop": 934516067
        },
        {
            "start": 934518086,
            "stop": 934531255
        },
        {
            "start": 934534908,
            "stop": 934539852
        },
        {
            "start": 934543178,
            "stop": 934555486
        },
        {
            "start": 934558569,
            "stop": 934561524
        },
        {
            "start": 934566136,
            "stop": 934566924
        },
        {
            "start": 934570265,
            "stop": 934575034
        }
    ]
}