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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=109",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 110,
    "results": [
        {
            "start": 821499251,
            "stop": 821499272
        },
        {
            "start": 821499275,
            "stop": 821499281
        },
        {
            "start": 821499284,
            "stop": 821499291
        },
        {
            "start": 821499294,
            "stop": 821499296
        },
        {
            "start": 821499299,
            "stop": 821499313
        },
        {
            "start": 821499316,
            "stop": 821499340
        },
        {
            "start": 821499343,
            "stop": 821499346
        },
        {
            "start": 821499349,
            "stop": 821499356
        },
        {
            "start": 821499359,
            "stop": 821499412
        },
        {
            "start": 821499418,
            "stop": 821499419
        },
        {
            "start": 821499422,
            "stop": 821499501
        },
        {
            "start": 821499504,
            "stop": 821499505
        },
        {
            "start": 821499508,
            "stop": 821499518
        },
        {
            "start": 821499521,
            "stop": 821499584
        },
        {
            "start": 821499590,
            "stop": 821499606
        },
        {
            "start": 821499609,
            "stop": 821499629
        },
        {
            "start": 821499632,
            "stop": 821499668
        },
        {
            "start": 821499671,
            "stop": 821499713
        },
        {
            "start": 821499716,
            "stop": 821499757
        },
        {
            "start": 821499760,
            "stop": 821499761
        }
    ]
}