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_CAT3/segments?format=api&page=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=33",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 34,
    "results": [
        {
            "start": 815849294,
            "stop": 815850874
        },
        {
            "start": 815850882,
            "stop": 815851587
        },
        {
            "start": 815851594,
            "stop": 815852124
        },
        {
            "start": 815852137,
            "stop": 815852300
        },
        {
            "start": 815852307,
            "stop": 815855439
        },
        {
            "start": 815855451,
            "stop": 815857114
        },
        {
            "start": 815857121,
            "stop": 815858749
        },
        {
            "start": 815858762,
            "stop": 815861008
        },
        {
            "start": 815861015,
            "stop": 815862821
        },
        {
            "start": 815862828,
            "stop": 815862956
        },
        {
            "start": 815862963,
            "stop": 815863586
        },
        {
            "start": 815863593,
            "stop": 815863874
        },
        {
            "start": 815863881,
            "stop": 815867838
        },
        {
            "start": 815867851,
            "stop": 815868495
        },
        {
            "start": 815868507,
            "stop": 815868684
        },
        {
            "start": 815868691,
            "stop": 815869708
        },
        {
            "start": 815869721,
            "stop": 815870680
        },
        {
            "start": 815870696,
            "stop": 815873371
        },
        {
            "start": 815873383,
            "stop": 815881527
        },
        {
            "start": 815881534,
            "stop": 815882712
        }
    ]
}