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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=137",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 138,
    "results": [
        {
            "start": 821523212,
            "stop": 821523243
        },
        {
            "start": 821523246,
            "stop": 821523259
        },
        {
            "start": 821523262,
            "stop": 821523270
        },
        {
            "start": 821523274,
            "stop": 821523301
        },
        {
            "start": 821523308,
            "stop": 821523318
        },
        {
            "start": 821523321,
            "stop": 821523328
        },
        {
            "start": 821523331,
            "stop": 821523340
        },
        {
            "start": 821523343,
            "stop": 821523344
        },
        {
            "start": 821523347,
            "stop": 821523353
        },
        {
            "start": 821523356,
            "stop": 821523363
        },
        {
            "start": 821523366,
            "stop": 821523381
        },
        {
            "start": 821523385,
            "stop": 821523387
        },
        {
            "start": 821523390,
            "stop": 821523411
        },
        {
            "start": 821523416,
            "stop": 821523430
        },
        {
            "start": 821523433,
            "stop": 821523437
        },
        {
            "start": 821523440,
            "stop": 821523457
        },
        {
            "start": 821523460,
            "stop": 821523475
        },
        {
            "start": 821523478,
            "stop": 821523599
        },
        {
            "start": 821523602,
            "stop": 821523607
        },
        {
            "start": 821523610,
            "stop": 821523628
        }
    ]
}