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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=306",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 307,
    "results": [
        {
            "start": 822096360,
            "stop": 822097920
        },
        {
            "start": 822097980,
            "stop": 822098040
        },
        {
            "start": 822098100,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822103970
        },
        {
            "start": 822104050,
            "stop": 822104820
        },
        {
            "start": 822104940,
            "stop": 822116640
        },
        {
            "start": 822116700,
            "stop": 822116940
        },
        {
            "start": 822117000,
            "stop": 822126170
        },
        {
            "start": 822126310,
            "stop": 822128757
        },
        {
            "start": 822128786,
            "stop": 822132230
        },
        {
            "start": 822132310,
            "stop": 822137330
        },
        {
            "start": 822137410,
            "stop": 822138060
        },
        {
            "start": 822138180,
            "stop": 822141600
        },
        {
            "start": 822141660,
            "stop": 822142394
        },
        {
            "start": 822142401,
            "stop": 822142800
        },
        {
            "start": 822142860,
            "stop": 822143309
        },
        {
            "start": 822143313,
            "stop": 822145490
        },
        {
            "start": 822145570,
            "stop": 822146990
        },
        {
            "start": 822147130,
            "stop": 822147590
        },
        {
            "start": 822147670,
            "stop": 822148500
        }
    ]
}