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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=335",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 336,
    "results": [
        {
            "start": 834340716,
            "stop": 834341346
        },
        {
            "start": 834341376,
            "stop": 834341736
        },
        {
            "start": 834341983,
            "stop": 834342283
        },
        {
            "start": 834342896,
            "stop": 834343016
        },
        {
            "start": 834343526,
            "stop": 834343826
        },
        {
            "start": 834343973,
            "stop": 834344333
        },
        {
            "start": 834344534,
            "stop": 834344774
        },
        {
            "start": 834344919,
            "stop": 834345189
        },
        {
            "start": 834345249,
            "stop": 834345309
        },
        {
            "start": 834345339,
            "stop": 834345639
        },
        {
            "start": 834348654,
            "stop": 834349314
        },
        {
            "start": 834349487,
            "stop": 834349607
        },
        {
            "start": 834353794,
            "stop": 834354814
        },
        {
            "start": 834355030,
            "stop": 834355270
        },
        {
            "start": 834355941,
            "stop": 834356091
        },
        {
            "start": 834356181,
            "stop": 834356481
        },
        {
            "start": 834356650,
            "stop": 834356830
        },
        {
            "start": 834356996,
            "stop": 834357236
        },
        {
            "start": 834357797,
            "stop": 834358157
        },
        {
            "start": 834358844,
            "stop": 834359804
        }
    ]
}