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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=931",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 932,
    "results": [
        {
            "start": 869882569,
            "stop": 869885509
        },
        {
            "start": 869885945,
            "stop": 869886665
        },
        {
            "start": 869886951,
            "stop": 869893671
        },
        {
            "start": 869893889,
            "stop": 869895059
        },
        {
            "start": 869895209,
            "stop": 869902049
        },
        {
            "start": 869902893,
            "stop": 869905833
        },
        {
            "start": 869905983,
            "stop": 869909673
        },
        {
            "start": 869910823,
            "stop": 869916583
        },
        {
            "start": 869918062,
            "stop": 869922502
        },
        {
            "start": 869923682,
            "stop": 869927612
        },
        {
            "start": 869927672,
            "stop": 869928242
        },
        {
            "start": 869956894,
            "stop": 869957074
        },
        {
            "start": 869957340,
            "stop": 869958720
        },
        {
            "start": 869959093,
            "stop": 869959423
        },
        {
            "start": 869959453,
            "stop": 869959903
        },
        {
            "start": 869963847,
            "stop": 869968467
        },
        {
            "start": 869969000,
            "stop": 869973860
        },
        {
            "start": 869974062,
            "stop": 869977362
        },
        {
            "start": 869977514,
            "stop": 869986814
        },
        {
            "start": 869987855,
            "stop": 869991935
        }
    ]
}