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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=108",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 109,
    "results": [
        {
            "start": 816683402,
            "stop": 816683683
        },
        {
            "start": 816683686,
            "stop": 816683728
        },
        {
            "start": 816683734,
            "stop": 816683737
        },
        {
            "start": 816683742,
            "stop": 816683887
        },
        {
            "start": 816683890,
            "stop": 816683895
        },
        {
            "start": 816683901,
            "stop": 816683949
        },
        {
            "start": 816683952,
            "stop": 816684047
        },
        {
            "start": 816684052,
            "stop": 816684082
        },
        {
            "start": 816684087,
            "stop": 816684209
        },
        {
            "start": 816684212,
            "stop": 816684536
        },
        {
            "start": 816684540,
            "stop": 816684748
        },
        {
            "start": 816684752,
            "stop": 816685010
        },
        {
            "start": 816685013,
            "stop": 816685220
        },
        {
            "start": 816685224,
            "stop": 816685272
        },
        {
            "start": 816685276,
            "stop": 816685329
        },
        {
            "start": 816685335,
            "stop": 816685353
        },
        {
            "start": 816685356,
            "stop": 816685741
        },
        {
            "start": 816685745,
            "stop": 816685769
        },
        {
            "start": 816685773,
            "stop": 816685828
        },
        {
            "start": 816685831,
            "stop": 816685844
        }
    ]
}