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/H2_STOCH_CAT1/segments?format=api&page=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=157",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 158,
    "results": [
        {
            "start": 838568616,
            "stop": 838569410
        },
        {
            "start": 838571275,
            "stop": 838578113
        },
        {
            "start": 838578116,
            "stop": 838578157
        },
        {
            "start": 838578160,
            "stop": 838578176
        },
        {
            "start": 838578180,
            "stop": 838583318
        },
        {
            "start": 838585954,
            "stop": 838592754
        },
        {
            "start": 838592760,
            "stop": 838592863
        },
        {
            "start": 838592869,
            "stop": 838607521
        },
        {
            "start": 838608686,
            "stop": 838609813
        },
        {
            "start": 838610516,
            "stop": 838629587
        },
        {
            "start": 838632079,
            "stop": 838635733
        },
        {
            "start": 838636860,
            "stop": 838662450
        },
        {
            "start": 838662454,
            "stop": 838662455
        },
        {
            "start": 838662460,
            "stop": 838664382
        },
        {
            "start": 838664385,
            "stop": 838664390
        },
        {
            "start": 838664391,
            "stop": 838664394
        },
        {
            "start": 838664397,
            "stop": 838664711
        },
        {
            "start": 838665052,
            "stop": 838675901
        },
        {
            "start": 838675903,
            "stop": 838675909
        },
        {
            "start": 838675912,
            "stop": 838675933
        }
    ]
}