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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9975",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9976,
    "results": [
        {
            "start": 875113897,
            "stop": 875113933
        },
        {
            "start": 875113936,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114925
        },
        {
            "start": 875114928,
            "stop": 875114950
        },
        {
            "start": 875114955,
            "stop": 875114958
        },
        {
            "start": 875114961,
            "stop": 875114966
        },
        {
            "start": 875114969,
            "stop": 875114976
        },
        {
            "start": 875114987,
            "stop": 875114989
        },
        {
            "start": 875114992,
            "stop": 875115008
        },
        {
            "start": 875115011,
            "stop": 875115015
        },
        {
            "start": 875115018,
            "stop": 875115274
        },
        {
            "start": 875115277,
            "stop": 875115284
        },
        {
            "start": 875115291,
            "stop": 875115292
        },
        {
            "start": 875115295,
            "stop": 875115296
        },
        {
            "start": 875115299,
            "stop": 875115300
        },
        {
            "start": 875115307,
            "stop": 875115323
        },
        {
            "start": 875115326,
            "stop": 875115329
        },
        {
            "start": 875115332,
            "stop": 875115335
        },
        {
            "start": 875115338,
            "stop": 875115343
        },
        {
            "start": 875115346,
            "stop": 875115352
        }
    ]
}