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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=192",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 193,
    "results": [
        {
            "start": 826525914,
            "stop": 826527564
        },
        {
            "start": 826527714,
            "stop": 826528194
        },
        {
            "start": 826528546,
            "stop": 826528726
        },
        {
            "start": 826529071,
            "stop": 826529731
        },
        {
            "start": 826529909,
            "stop": 826530029
        },
        {
            "start": 826530209,
            "stop": 826530449
        },
        {
            "start": 826530628,
            "stop": 826531468
        },
        {
            "start": 826532352,
            "stop": 826533192
        },
        {
            "start": 826533337,
            "stop": 826534177
        },
        {
            "start": 826534357,
            "stop": 826535437
        },
        {
            "start": 826535589,
            "stop": 826535709
        },
        {
            "start": 826535951,
            "stop": 826536851
        },
        {
            "start": 826537019,
            "stop": 826538459
        },
        {
            "start": 826538650,
            "stop": 826538710
        },
        {
            "start": 826538927,
            "stop": 826539107
        },
        {
            "start": 826539771,
            "stop": 826540491
        },
        {
            "start": 826540786,
            "stop": 826541386
        },
        {
            "start": 826543329,
            "stop": 826543659
        },
        {
            "start": 826544027,
            "stop": 826544387
        },
        {
            "start": 826544582,
            "stop": 826544702
        }
    ]
}