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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=326",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 327,
    "results": [
        {
            "start": 821368129,
            "stop": 821368209
        },
        {
            "start": 821368212,
            "stop": 821368229
        },
        {
            "start": 821368232,
            "stop": 821368424
        },
        {
            "start": 821368427,
            "stop": 821368437
        },
        {
            "start": 821368440,
            "stop": 821368521
        },
        {
            "start": 821368524,
            "stop": 821368559
        },
        {
            "start": 821368562,
            "stop": 821368596
        },
        {
            "start": 821368599,
            "stop": 821369092
        },
        {
            "start": 821369099,
            "stop": 821369262
        },
        {
            "start": 821369269,
            "stop": 821369471
        },
        {
            "start": 821369478,
            "stop": 821369483
        },
        {
            "start": 821369486,
            "stop": 821369722
        },
        {
            "start": 821369725,
            "stop": 821369967
        },
        {
            "start": 821369970,
            "stop": 821370107
        },
        {
            "start": 821370110,
            "stop": 821370224
        },
        {
            "start": 821370227,
            "stop": 821370243
        },
        {
            "start": 821370246,
            "stop": 821370328
        },
        {
            "start": 821370331,
            "stop": 821370463
        },
        {
            "start": 821370466,
            "stop": 821370607
        },
        {
            "start": 821370610,
            "stop": 821370673
        }
    ]
}