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=9906
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=9907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9905",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9906,
    "results": [
        {
            "start": 874625442,
            "stop": 874625458
        },
        {
            "start": 874625463,
            "stop": 874625465
        },
        {
            "start": 874625468,
            "stop": 874625678
        },
        {
            "start": 874625681,
            "stop": 874625798
        },
        {
            "start": 874625801,
            "stop": 874625981
        },
        {
            "start": 874625986,
            "stop": 874626045
        },
        {
            "start": 874626048,
            "stop": 874626219
        },
        {
            "start": 874626222,
            "stop": 874630935
        },
        {
            "start": 874630938,
            "stop": 874632818
        },
        {
            "start": 874632823,
            "stop": 874632884
        },
        {
            "start": 874632887,
            "stop": 874633393
        },
        {
            "start": 874633396,
            "stop": 874634709
        },
        {
            "start": 874634714,
            "stop": 874635026
        },
        {
            "start": 874635029,
            "stop": 874635037
        },
        {
            "start": 874635043,
            "stop": 874635204
        },
        {
            "start": 874635214,
            "stop": 874635226
        },
        {
            "start": 874635230,
            "stop": 874635231
        },
        {
            "start": 874635234,
            "stop": 874635457
        },
        {
            "start": 874635464,
            "stop": 874635587
        },
        {
            "start": 874635591,
            "stop": 874635593
        }
    ]
}