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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=8",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 9,
    "results": [
        {
            "start": 815846831,
            "stop": 815848808
        },
        {
            "start": 815848821,
            "stop": 815849293
        },
        {
            "start": 815849294,
            "stop": 815852124
        },
        {
            "start": 815852137,
            "stop": 815855439
        },
        {
            "start": 815855451,
            "stop": 815858749
        },
        {
            "start": 815858762,
            "stop": 815867838
        },
        {
            "start": 815867851,
            "stop": 815868495
        },
        {
            "start": 815868507,
            "stop": 815870680
        },
        {
            "start": 815870696,
            "stop": 815873371
        },
        {
            "start": 815873383,
            "stop": 815882712
        },
        {
            "start": 815882713,
            "stop": 815891899
        },
        {
            "start": 815891912,
            "stop": 815904684
        },
        {
            "start": 815904691,
            "stop": 815905168
        },
        {
            "start": 815905181,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906507,
            "stop": 815908917
        },
        {
            "start": 815911204,
            "stop": 815912457
        },
        {
            "start": 815912470,
            "stop": 815922399
        },
        {
            "start": 815922412,
            "stop": 815926220
        },
        {
            "start": 815926233,
            "stop": 815929695
        }
    ]
}