Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=504
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=505",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=503",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 504,
    "results": [
        {
            "start": 823703225,
            "stop": 823703261
        },
        {
            "start": 823703268,
            "stop": 823703353
        },
        {
            "start": 823703360,
            "stop": 823703493
        },
        {
            "start": 823703500,
            "stop": 823703856
        },
        {
            "start": 823703863,
            "stop": 823703943
        },
        {
            "start": 823703950,
            "stop": 823704018
        },
        {
            "start": 823704025,
            "stop": 823704107
        },
        {
            "start": 823704114,
            "stop": 823704378
        },
        {
            "start": 823704385,
            "stop": 823704437
        },
        {
            "start": 823704445,
            "stop": 823704608
        },
        {
            "start": 823704615,
            "stop": 823704774
        },
        {
            "start": 823704781,
            "stop": 823704928
        },
        {
            "start": 823704935,
            "stop": 823705085
        },
        {
            "start": 823705092,
            "stop": 823705187
        },
        {
            "start": 823705194,
            "stop": 823705268
        },
        {
            "start": 823705275,
            "stop": 823705405
        },
        {
            "start": 823705412,
            "stop": 823705472
        },
        {
            "start": 823705479,
            "stop": 823705574
        },
        {
            "start": 823705581,
            "stop": 823705631
        },
        {
            "start": 823705638,
            "stop": 823708057
        }
    ]
}