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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=321",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 322,
    "results": [
        {
            "start": 855952071,
            "stop": 855952429
        },
        {
            "start": 855952433,
            "stop": 855952439
        },
        {
            "start": 855952448,
            "stop": 855952463
        },
        {
            "start": 855952467,
            "stop": 855952508
        },
        {
            "start": 855952512,
            "stop": 855953065
        },
        {
            "start": 855953070,
            "stop": 855953095
        },
        {
            "start": 855954827,
            "stop": 855954830
        },
        {
            "start": 855954843,
            "stop": 855954859
        },
        {
            "start": 855954867,
            "stop": 855954879
        },
        {
            "start": 855954887,
            "stop": 855954893
        },
        {
            "start": 855954911,
            "stop": 855954917
        },
        {
            "start": 855954925,
            "stop": 855954950
        },
        {
            "start": 855955255,
            "stop": 855955290
        },
        {
            "start": 855955294,
            "stop": 855955305
        },
        {
            "start": 856005511,
            "stop": 856005517
        },
        {
            "start": 856005526,
            "stop": 856005611
        },
        {
            "start": 856005615,
            "stop": 856005641
        },
        {
            "start": 856005644,
            "stop": 856005710
        },
        {
            "start": 856005728,
            "stop": 856006211
        },
        {
            "start": 856006215,
            "stop": 856006928
        }
    ]
}