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/H1_CBCLOW_CAT4/segments?format=api&page=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=74",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 75,
    "results": [
        {
            "start": 817681740,
            "stop": 817681860
        },
        {
            "start": 817681920,
            "stop": 817682580
        },
        {
            "start": 817682640,
            "stop": 817682700
        },
        {
            "start": 817682760,
            "stop": 817682820
        },
        {
            "start": 817682880,
            "stop": 817682953
        },
        {
            "start": 817684188,
            "stop": 817687093
        },
        {
            "start": 817688327,
            "stop": 817688561
        },
        {
            "start": 817688590,
            "stop": 817689110
        },
        {
            "start": 817689190,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707370
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817736341
        },
        {
            "start": 817736348,
            "stop": 817736820
        },
        {
            "start": 817736880,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753213
        },
        {
            "start": 817753252,
            "stop": 817753253
        },
        {
            "start": 817757865,
            "stop": 817758763
        },
        {
            "start": 817758944,
            "stop": 817764673
        },
        {
            "start": 817765466,
            "stop": 817766187
        }
    ]
}