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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=18",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 19,
    "results": [
        {
            "start": 933951212,
            "stop": 933959906
        },
        {
            "start": 933965109,
            "stop": 933970286
        },
        {
            "start": 933984631,
            "stop": 933988606
        },
        {
            "start": 933990657,
            "stop": 933996577
        },
        {
            "start": 933999363,
            "stop": 934001448
        },
        {
            "start": 934004537,
            "stop": 934011340
        },
        {
            "start": 934012338,
            "stop": 934012829
        },
        {
            "start": 934015221,
            "stop": 934029909
        },
        {
            "start": 934033006,
            "stop": 934034334
        },
        {
            "start": 934035818,
            "stop": 934039962
        },
        {
            "start": 934065792,
            "stop": 934066467
        },
        {
            "start": 934079170,
            "stop": 934080903
        },
        {
            "start": 934083340,
            "stop": 934090813
        },
        {
            "start": 934093285,
            "stop": 934099406
        },
        {
            "start": 934103335,
            "stop": 934122853
        },
        {
            "start": 934126605,
            "stop": 934153067
        },
        {
            "start": 934162221,
            "stop": 934179538
        },
        {
            "start": 934180030,
            "stop": 934191878
        },
        {
            "start": 934194572,
            "stop": 934199684
        },
        {
            "start": 934199726,
            "stop": 934207014
        }
    ]
}