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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=15",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 16,
    "results": [
        {
            "start": 934015221,
            "stop": 934030014
        },
        {
            "start": 934033006,
            "stop": 934034439
        },
        {
            "start": 934035818,
            "stop": 934039962
        },
        {
            "start": 934065792,
            "stop": 934066467
        },
        {
            "start": 934079170,
            "stop": 934081008
        },
        {
            "start": 934083340,
            "stop": 934090918
        },
        {
            "start": 934093285,
            "stop": 934099511
        },
        {
            "start": 934103335,
            "stop": 934122958
        },
        {
            "start": 934126605,
            "stop": 934153067
        },
        {
            "start": 934162221,
            "stop": 934179538
        },
        {
            "start": 934180030,
            "stop": 934191983
        },
        {
            "start": 934194572,
            "stop": 934199684
        },
        {
            "start": 934199726,
            "stop": 934207119
        },
        {
            "start": 934212549,
            "stop": 934224243
        },
        {
            "start": 934230874,
            "stop": 934243990
        },
        {
            "start": 934248432,
            "stop": 934250627
        },
        {
            "start": 934257654,
            "stop": 934261881
        },
        {
            "start": 934265631,
            "stop": 934267289
        },
        {
            "start": 934268094,
            "stop": 934268324
        },
        {
            "start": 934278581,
            "stop": 934291747
        }
    ]
}