Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=739
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=738",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 739,
    "results": [
        {
            "start": 855490004,
            "stop": 855491624
        },
        {
            "start": 855491779,
            "stop": 855492259
        },
        {
            "start": 855493003,
            "stop": 855496903
        },
        {
            "start": 855497044,
            "stop": 855497224
        },
        {
            "start": 855554708,
            "stop": 855558068
        },
        {
            "start": 855559502,
            "stop": 855560762
        },
        {
            "start": 855561098,
            "stop": 855561698
        },
        {
            "start": 855561883,
            "stop": 855565213
        },
        {
            "start": 855565363,
            "stop": 855573163
        },
        {
            "start": 855573313,
            "stop": 855574843
        },
        {
            "start": 855575049,
            "stop": 855577899
        },
        {
            "start": 855577929,
            "stop": 855579039
        },
        {
            "start": 855579189,
            "stop": 855579309
        },
        {
            "start": 855579572,
            "stop": 855581492
        },
        {
            "start": 855621170,
            "stop": 855623390
        },
        {
            "start": 855623526,
            "stop": 855623586
        },
        {
            "start": 855624427,
            "stop": 855625147
        },
        {
            "start": 855625237,
            "stop": 855625507
        },
        {
            "start": 855625738,
            "stop": 855627778
        },
        {
            "start": 855628038,
            "stop": 855629598
        }
    ]
}