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=735
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=736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=734",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 735,
    "results": [
        {
            "start": 855234656,
            "stop": 855240836
        },
        {
            "start": 855240986,
            "stop": 855241586
        },
        {
            "start": 855241736,
            "stop": 855243296
        },
        {
            "start": 855245043,
            "stop": 855246063
        },
        {
            "start": 855246213,
            "stop": 855247053
        },
        {
            "start": 855248082,
            "stop": 855251532
        },
        {
            "start": 855251682,
            "stop": 855254262
        },
        {
            "start": 855254528,
            "stop": 855258308
        },
        {
            "start": 855258458,
            "stop": 855265928
        },
        {
            "start": 855266090,
            "stop": 855268010
        },
        {
            "start": 855268608,
            "stop": 855276888
        },
        {
            "start": 855277080,
            "stop": 855285360
        },
        {
            "start": 855285390,
            "stop": 855292830
        },
        {
            "start": 855292980,
            "stop": 855294840
        },
        {
            "start": 855294999,
            "stop": 855302079
        },
        {
            "start": 855303771,
            "stop": 855308271
        },
        {
            "start": 855308521,
            "stop": 855309181
        },
        {
            "start": 855309418,
            "stop": 855312358
        },
        {
            "start": 855316840,
            "stop": 855317020
        },
        {
            "start": 855318391,
            "stop": 855321031
        }
    ]
}