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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=184",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 185,
    "results": [
        {
            "start": 838259648,
            "stop": 838294993
        },
        {
            "start": 838297278,
            "stop": 838299000
        },
        {
            "start": 838300422,
            "stop": 838307251
        },
        {
            "start": 838307719,
            "stop": 838325682
        },
        {
            "start": 838328603,
            "stop": 838336522
        },
        {
            "start": 838338210,
            "stop": 838373653
        },
        {
            "start": 838375114,
            "stop": 838399490
        },
        {
            "start": 838401469,
            "stop": 838406340
        },
        {
            "start": 838407080,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415409
        },
        {
            "start": 838416294,
            "stop": 838419157
        },
        {
            "start": 838420230,
            "stop": 838469752
        },
        {
            "start": 838470541,
            "stop": 838479616
        },
        {
            "start": 838495211,
            "stop": 838569410
        },
        {
            "start": 838571275,
            "stop": 838583318
        },
        {
            "start": 838585954,
            "stop": 838607521
        },
        {
            "start": 838608686,
            "stop": 838609813
        },
        {
            "start": 838610516,
            "stop": 838629587
        },
        {
            "start": 838632079,
            "stop": 838635733
        },
        {
            "start": 838636860,
            "stop": 838664711
        }
    ]
}