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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=32",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 33,
    "results": [
        {
            "start": 820337472,
            "stop": 820337504
        },
        {
            "start": 820338208,
            "stop": 820338240
        },
        {
            "start": 820339488,
            "stop": 820339520
        },
        {
            "start": 820340160,
            "stop": 820340192
        },
        {
            "start": 820384288,
            "stop": 820387584
        },
        {
            "start": 820387616,
            "stop": 820398973
        },
        {
            "start": 820407777,
            "stop": 820416288
        },
        {
            "start": 820416320,
            "stop": 820424096
        },
        {
            "start": 820424128,
            "stop": 820429986
        },
        {
            "start": 820430905,
            "stop": 820436160
        },
        {
            "start": 820436192,
            "stop": 820439360
        },
        {
            "start": 820439392,
            "stop": 820450016
        },
        {
            "start": 820450048,
            "stop": 820450964
        },
        {
            "start": 820451574,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820452992
        },
        {
            "start": 820453024,
            "stop": 820472224
        },
        {
            "start": 820472256,
            "stop": 820479040
        },
        {
            "start": 820479072,
            "stop": 820488045
        },
        {
            "start": 820488048,
            "stop": 820488049
        },
        {
            "start": 820488052,
            "stop": 820493600
        }
    ]
}